22.
A function definition expression can be called

23.
The property of a primary expression is

24.
Consider the following statements
var text = "testing: 1, 2, 3"; // Sample text
var pattern = /d+/g // Matches all instances of one or more digits
In order to check if the pattern matches with the string “text”, the statement is

25.
The JavaScript’s syntax calling ( or executing ) a function or method is called

26.
What kind of an expression is “new Point(2,3)”?

27.
Which of the operator is used to test if a particular property exists or not?

28.
Among the following, which one is a ternary operator?

29.
“An expression that can legally appear on the left side of an assignment expression.” is a well known explanation for variables, properties of objects, and elements of arrays. They are called

30.
JavaScript is a _______________ language