⟩ Explain what is Difference between null and undefined?
null is an object with no value. undefined is a type.
typeof null; // "object"
typeof undefined; // "undefined"
null is an object with no value. undefined is a type.
typeof null; // "object"
typeof undefined; // "undefined"
Loop through the "me" object and print each value to the console without assuming you know the keys. Extra bonus print each color in a separate console.log() without assuming you know the key of "fcolors" (detect the array, and handle printing the values of the array?
Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array?
Explain the difference between cookies, sessionStorage, and localStorage?
How to declare all elements with class of "blue-text" to have a text color of blue?
What minimum things we have to do in order to include Bootstrap & Boostrap JS in a project/ HTML Document?
How many HTML tags are should be used for the most simple of web pages?
JS Related UI Developer Interview Questions
Network Based UI Developer Interview Questions
HTML Based UI Developer Interview Questions
General UI Developer Interview Questions