1. Question: In RegExp what does [abc] expression mean?

    A
    Find any character between the brackets

    B
    Find any character not between the brackets.

    C
    Find “abc” match from text.

    D
    None of above.

    Note: Not available
    1. Report
  2. Question: Which is not RegExp object function?

    A
    test()

    B
    exec()

    C
    compile()

    D
    match()

    Note: Not available
    1. Report
  3. Question: which of the following is/are not the reserved words in JavaScript?

    A
    instanceof

    B
    volatile

    C
    typeof

    D
    default

    E
    foreach

    F
    public

    Note: Not available
    1. Report
  4. Question: Which of the following is/are not escape sequence(s) for strings:

    A
    \n

    B
    \'

    C
    \"

    D
    \\

    E
    \#

    Note: Not available
    1. Report
  5. Question: Which of the following is/are not correct String literal(s)

    A
    “This is a text”

    B
    ‘This is a text’

    C
    “This is a ‘text’”

    D
    ’This is a “text”’

    E
    This is a text

    F
    This is a “text”

    Note: Not available
    1. Report
  6. Question: Which of the following is/are not correct scientific notation(s)

    A
    4.344e-34

    B
    0.344e-3

    C
    10.34e-4

    D
    3.333e5

    Note: Not available
    1. Report
  7. Question: Which of the following is/are correct  hexadecimal literal(s)

    A
    0xFF0000

    B
    0xFH0000

    C
    x0AF0000

    D
    FA0000

    E
    “x0FF0000”

    Note: Not available
    1. Report
  8. Question: Which of the follow is/are not correct numeric literal(s):

    A
    222.2

    B
    90

    C
    0

    D
    -3

    E
    “34.3”

    F
    ‘9.34’

    G
    0xAF0000

    Note: Not available
    1. Report
  9. Question: Which of the following function(s) is/are support <br/> for new line?

    A
    alert()

    B
    prompt()

    C
    write()

    D
    getElementById()

    E
    confirm()

    Note: Not available
    1. Report
  10. Question: Which of the following function(s) is/are support \n for new line?

    A
    alert()

    B
    prompt()

    C
    write()

    D
    getElementById()

    E
    confirm()

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd