Search posts, tags, users, and pages
thanks, any particular point that you really liked, was new to you? or would love to know more about?
Ishan Jain I had read this book called You don't know JS part 1 i guess a while back.
It has these points, like JS is neither interpreted nor compiled. From the book it was A long-debated question for code written in JS: is it an interpreted script or a compiled program? The majority opinion seems to be that JS is an interpreted (scripting) language. But the truth is more complicated than that.
Then it had something around the JS flow: `So what do these nitty-gritty details boil down to? Step back and consider the entire flow of a JS source program:
It was nice to comeback at this stuff for a revision