1. while (i
2. while (i
3. while i = 1 to 10
4. None of These
while (i <= 10)
1. Assignment operator
2. Bitwise Operator
3. Conditional operator
4. Logical Operator
Conditional operator
1. Storing numbers, dates, or other values
2. Varying randomly
3. Causing high-school algebra flashbacks
4. None of the above
Storing numbers, dates, or other values
1. document.cookie = 'key1 = value1; key2 = value2; expires = date';
2. browser.cookie = 'key1 = value1; key2 = value2; expires = date';
3. window.cookie = 'key1 = value1; key2 = value2; expires = date';
4. navigator.cookie = 'key1 = value1; key2 = value2; expires = date';
document.cookie = 'key1 = value1; key2 = value2; expires = date';
1. Syntax Errors
2. Runtime Errors
3. Logical Errors
4. All of the above
All of the above
1. Date
2. FileUpload
3. File
4. Function
File
1. pop()
2. last()
3. get()
4. None of the above.
pop()
1. Base Object
2. All objects have a prototype
3. None of the objects have a prototype
4. None of the above
Base Object
1. It is used to spread iterables to individual elements
2. It is used to describe a datatype of undefined size
3. No such operator exists
4. None of the above
It is used to spread iterables to individual elements
1. The contents of the objects are compared
2. Their references are compared
3. Both A and B
4. None of the above
Their references are compared