1. Question: Object literal one of the – type in javascript.

    A
    Function

    B
    Operator

    C
    Data

    D
    Array

    Note: Not available
    1. Report
  2. Question: Which one is Regular expression?

    A
    /Hello/

    B
    /[a-z]/

    C
    /[^A-Z]/

    D
    /^0-9]/

    E
    All

    Note: Not available
    1. Report
  3. Question: In Regular Expression which one of the expression is expressed to anything that you don’t want.

    A
    /^[0-9]/

    B
    ^/[0-9]/

    C
    /^0-9/

    D
    /^/

    Note: Not available
    1. Report
  4. Question: In Regular Expression which one of the expression is expressed to range of characters or digits?

    A
    /[0-9A-Z]/

    B
    [0-9A-Z]

    C
    /(0-9A-Z)

    D
    /[09AZ]/

    Note: Not available
    1. Report
  5. Question: How many groups of JavaScript data type?

    A
    3

    B
    4

    C
    2

    D
    5

    Note: 1. Primitive data type (Number, Boolean, String) 2. Compound data type (Array, Object)
    1. Report
  6. Question: Boolean values, numbers, strings, and the null and undefined values all are-

    A
    Compound data

    B
    Primitive data

    C
    Complex data

    D
    Simple data

    Note: Not available
    1. Report
  7. Question: Compound data type is the case with-

    A
    Object

    B
    Regular Expression

    C
    Function

    D
    All of the above

    Note: Not available
    1. Report
  8. Question: Object are collection of properties. This statement is –

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: Each property having its own –

    A
    Name

    B
    Value

    C
    Name and Value

    D
    None

    Note: Not available
    1. Report
  10. Question: Array are actually javascript object. This statement is-

    A
    True

    B
    False

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