Foreword
When I was a young child, I would often enjoy taking things apart and putting them back together againâold mobile phones, hi-fi stereos, and anything else I could get my hands on. I was too young to really use these devices, but whenever one broke, I would instantly ask if I could figure out how it worked.
I remember once looking at a circuit board for an old radio. It had this weird long tube with copper wire wrapped around it. I couldnât work out its purpose, but I immediately went into research mode. What does it do? Why is it in a radio? It doesnât look like the other parts of the circuit board, why? Why does it have copper wrapped around it? What happens if I remove the copper?! Now I know it was a loop antenna, made by wrapping copper wire around a ferrite rod, which are often used in transistor radios.
Did you ever become addicted to figuring out all of the answers to every why question? Most children do. In fact it is probably my favorite thing about childrenâtheir desire to learn.
Unfortunately, now Iâm considered a professional and spend my days making things. When I was young, I loved the idea of one day making the things that I took apart. Of course, most things I make now are with JavaScript and not ferrite rodsâ¦but close enough! However, despite once loving the idea of making things, I now find myself longing for the desire to figure things out. Sure, I often figure out the best way to solve a problem or fix a bug, but I rarely take the time to question my tools.
And that is exactly why I am so excited about this âYou Donât Know JSâ series of books. Because itâs right. I donât know JS. I use JavaScript day in, day out and have done for many years, but do I really understand it? No. Sure, I understand a lot of it and I often read the specs and the mailing lists, but no, I donât understand as much as my inner six-year-old wishes I did.
Scope and Closures is a brilliant start to the series. It is very well targeted at people
like me (and hopefully you, too). It doesnât teach JavaScript as if youâve never used it,
but it does make you realize how little about the inner workings you probably know.
It is also coming out at the perfect time: ES6 is finally settling down and implementation
across browsers is going well. If youâve not yet made time for learning
the new features (such as let
and const
), this book will be a great introduction.
So I hope that you enjoy this book, but moreso, that Kyleâs way of critically thinking about how every tiny bit of the language works will creep into your mindset and general workflow. Instead of just using the antenna, figure out how and why it works.
Get You Don't Know JS: Scope & Closures now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.