Content scripts
✒ Reference: Chrome Documentation
These are some notes about web development, including:
✒ Reference: Chrome Documentation
✒ Reference:Express crash course by Traversy Media Express API Reference
✒ Reference: Chrome Documentation
✒ Reference:What Is A RESTful API? Explanation of REST & HTTP
✒ Reference: Node.js crash course by Traversy Media Node.js v17.2.0 documentation Everything you should know about ‘module’ & ‘require’ in Node.js
✒ Reference: Node.js tutorial from W3 schools, Beginner’s Guide by Fireship
✒ Reference: jQuery tutorial from W3 schools
✒ Reference: Array Worksheet by James Q Quick
✒ Reference: MDN Web Docs - Event.target
✒ Reference: Intro to React by ReactJS.org
✒ Reference: This stackoverflow question
✒ Reference: MDN Web Docs - Event.target
✒ Reference: React Docs
✒ Reference: MDN Web Docs - Spread syntax (…)
✒ Reference: The amazing React crash course by Traversy Media
filter()
function
✒ Reference: MDN Web Docs - Array.prototype.filter()
✒ Reference: MDN Web Docs - Arrow function expressions
map()
function
✒ Reference: MDN Web Docs - Array.prototype.map()
What are JavaScript libraries?
✒ Reference: CSS Tutorial by W3Schools
TextNode
object
What is a TextNode object?
addEventListener()
vs onclick
Both addEventListener() and onclick listen for an event, and execute a callback function when a button is clicked.
document.write()
vs Element.innerHTML
document.write() method
What is a Web API?
Input
elements of type text
✒ Reference: <input type=”text”> from the Mozilla HTML Guide.
✒ This note is created based on: JavaScript tutorial by ‘Coding Everybody’.
✒ Reference: Introduction - JavaScript by Mozilla
✒ Reference: Loops and iteration from the Mozilla JavaScript Guide.
✒ Reference: Grammar and types - JavaScript Guide by Mozilla I have excluded the syntax that are identical to those of Java.