Live data from Hacker News

Do you really know JavaScript?

javascript-puzzlers.herokuapp.com

1–10 of 73 posts

Re: Do you really know JavaScript?

#2
This is a good way to distinguish between someone who knows JavaScript the language from someone who can apply JavaScript to perform DOM manipulation and data requests.

Not that there's anything inherently wrong with the latter.

I fall firmly in that latter camp; I do all my algorithmic work and heavy lifting in C# and just use JS to get data onto the client and display it. But it's easy for someone like to me to start believing "I know JavaScript" when in reality, it's more accurate to say "I can use JavaScript in the browser for common client/server cases". I'm currently working through "Effective JavaScript" to help improve on this.

Re: Do you really know JavaScript?

#6
post #3

Not that I am so sure about he usefulness of this, but there is at least a double of this question: [typeof null, null instanceof Object]

I found these questions awkwardly posed. This could just be "what is the `typeof null`" and not be two questions in one in the form of an array.

Re: Do you really know JavaScript?

#7
I wish there was a 'JavaScript Under the Microscope' like 'Ruby Under the Microscope' by Pat Shaughnessy.

I think I would have a much better understanding of JavaScript if I knew how a good javascript engine works.

Post reply on HN