Do you really know JavaScript?
javascript-puzzlers.herokuapp.com
Do you really know JavaScript?
1–10 of 73 posts
Re: Do you really know JavaScript?
#2Not 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?
#3 [typeof null, null instanceof Object]Re: Do you really know JavaScript?
#4Re: Do you really know JavaScript?
#5Not 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]
Re: Do you really know JavaScript?
#6Not 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]
Re: Do you really know JavaScript?
#7I think I would have a much better understanding of JavaScript if I knew how a good javascript engine works.
Re: Do you really know JavaScript?
#8Re: Do you really know JavaScript?
#9/me sad face