Home / Programming MCQs / Machine Learning MCQs / Question
M
Q. Why does JavaScript subset disallow == and !=?
The subset does not include the comma operator, the bitwise operators, or the ++ and — operators. It also disallows == and != because of the type conversion they perform, requiring use of === and !== instead.
You must be Logged in to update hint/solution
How many terms are required for building a bayes model?
Which of the following is true about Manhattan distance?
Which is the alternative to the load event?
What does /[^(]* regular expression indicate ?
The method that performs the search-and-replace operation to strings for pattern matching is
Commons unsupervised applications include
The properties that specify the position and button state of the mouse are
Discusssion
Login to discuss.