CSE :: Javascript - CS
-
Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
- A function definition expression can be called
- The property of a primary expression is
-
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
- The JavaScript’s syntax calling ( or executing ) a function or method is called
- What kind of an expression is “new Point(2,3)”?
- Which of the operator is used to test if a particular property exists or not?
- “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
- JavaScript is a _______________ language