Question: 1
Refer to the following code:
Let sampletext = 'The quick brown fox Jumps';
A developer need to determine if a certain substring is part of a string.
Which three expressions return true for the give substring? Choose 3 answers
Question: 2
Refer to the code below:
Considering the implementations of 'use strict' on line 04, which three statements describes the executes of the code? Choose 3 answers
Question: 3
Given two expressions var1 and var2, what are two valid ways to return the logical AND of the two expression and ensure it is data type Boolean? Choose 2 answers
Question: 4
Cloud Kicks has a class to represent item for sale in an online store, as shown below:
A new business requirement comes in that request a clothingitem class, that should have all of the properties and methods of the item class, but will also have properties that are specific top clothes.
Which line of code properly declares the clothingitem class such that it inherits from item?
Question: 5
Refer to the code below.
After changing the string index values, the of atr is Javascript''. What is the reason for this value?