this post was submitted on 27 Aug 2024
212 points (94.2% liked)

Programmer Humor

32054 readers
1509 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 3 weeks 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)