A.) Styling B.) Interactivity C.) Database management D.) Server-side rendering
A.) var B.) variable C.) int D.) declare
A.) //This is a comment B.) !--This is a comment-- C.) 'This is a comment' D.) /This is a comment/
A.) Number B.) Boolean C.) Float D.) String
A.) "52" B.) 7 C.) "7" D.) Error
A.) const B.) let C.) var D.) constant
A.) == B.) === C.) != D.) !==
A.) To check if a variable is defined B.) To determine the data type of a value C.) To create a new variable D.) To check if a variable is null
A.) console.log() B.) print() C.) display() D.) write()
A.) functionmyFunction() {} B.) defmyFunction() {} C.) funcmyFunction() {} D.) fnmyFunction() {}