34. Conclusion

In This Chapter

Pat ourselves on the back for a job well done

Pat ourselves on the back one more time just for kicks

Well, now you’ve done it! You just couldn’t stop binge reading and now you are nearing the end. How does it feel knowing that you won’t have any more new content to look forward to until the next season?

Anyway, if you’ve been following along from the very beginning, you’ll agree that we covered a lot of ground. We started with this:

<script>alert("hello, world!");</script>

We ended up with this:

var theParent = document.querySelector("#theDude");theParent.addEventListener("click", doSomething, false);function doSomething(e) {    if (e.target !== e.currentTarget) {        var

Get JavaScript Absolute Beginner’s Guide 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.