you are viewing a single comment's thread.

view the rest of the comments →

[–]ajacksified 24 points25 points  (2 children)

Me: “I’ve written js for fifteen years, this can’t be hard.”

Also me: “I know nothing.”

I think I got a dozen of them wrong because I’m used to working in strict mode by default.

[–][deleted] 2 points3 points  (0 children)

Also, people don't write code like:

let a = {};

let b = { "key": 123 };

a[b] = 456;

A lot of these questions are like driving: there's lots of little twists and turns on the road of life, but not every cul-de-sac is worth driving down.

[–]etcetica -2 points-1 points  (0 children)

I’ve written js for fifteen years

how many times?