this post was submitted on 27 Aug 2024
218 points (94.7% liked)

Programmer Humor

32266 readers
105 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago (7 children)

Today I found out that this is valid JS:

const someString = "test string";
console.log(someString.toString());
load more comments (4 replies)