What are some JavaScript concepts that took you the longest to understand?
30th July 2013
My answer to What are some JavaScript concepts that took you the longest to understand? on Quora
Closures, prototype inheritance, and the “this” keyword.
Once you understand those three, you know most of what there is to know about the JavaScript language in my opinion (with the exception of some of the newer language features like iterators and generators).
More recent articles
- Notes on using LLMs for code - 20th September 2024
- Things I've learned serving on the board of the Python Software Foundation - 18th September 2024
- Notes on OpenAI's new o1 chain-of-thought models - 12th September 2024