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

Programmer Humor

34501 readers
313 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
[โ€“] TCB13@lemmy.world 2 points 6 months 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)