Kiarieh's Quiz

This easy-to-answer quiz provides you with simple questions that test your level of long term memory

It's to enhance your mental growth because WE care




Which of the following is used when styling a webpage?

What name is given to a variable that is declared inside a function?

According to JavaScript, what does the term D.R.Y mean in one word?

Considering user-interface and business logic, where does that the below code belong?


var add = function(number1, number2) {

return number1 + number2;

};

What name is given to a variable that is declared without using the term "Var"?

Scores