Monday, December 9, 2019

Module 4: The DOM

window.location
//object full of information.

innerWidth
//how wide is the window

document
//all of the document

navigator
//gives you information about the device, webcam and stuff


No comments:

Post a Comment

Arrays 4 : Callback Methods find() filter() some() every() sort()

  /* Callback Methods */ // const util = { // findBurgRating: function(singleFeedback) { // return singleFeedback.comment....