Chapter 2 is here! In this chapter, we'll talk about how the internet works, what happens when we go to a URL, the different parts of a URL, and how...
nuclearegg69@zenbook-f13:~$ ls -l total 56 -rw-r--r-- 1 nuclearegg69 nuclearegg69 0 Oct 10 07:55 1 -rw-r--r-- 1 nuclearegg69 nuclearegg69 0 Oct...
<input value='something'> If we change the user input (text on ui) to be 'something else', what happens to the attribute value in the html and what...
A closure is a function with its outer function lexical scope/environment. What does 'lexical' mean? 'Lexical' means relating to words, so the...
Both are array-like objects but they differ in some areas HTML Collection is a collection of element nodes is returned by 'getElementsByClassName'...
When we query an element in js using document.querySelector syntax. We might would want to stop a bit and think about what we wrote...