Which of the following is not a JavaScript Data Types?
Anonymous Quiz
9%
Boolean
42%
Undefined
29%
Float
20%
Number
What is the time complexity of searching for an element in a circular linked list?
Anonymous Quiz
47%
O(n)
35%
O(nlogn)
10%
O(1)
9%
O(n2)
👍1
Which of the following function of the Array object is used to add one or more elements to the front of an array and returns the new length of the array?
Anonymous Quiz
29%
splice()
41%
unshift()
11%
sort()
18%
toString()