1. 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
  2. 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
  3. Question: Which of the following is/are not correct Boolean literal(s)?

    A
    0,1

    B
    yes,no

    C
    true,false

    D
    all

    Note: Not available
    1. Report
  4. Question: Which of the following is/are not conversion function(s) in javaScript

    A
    parseInt()

    B
    parseFloat()

    C
    parseString()

    D
    toString()

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

    A
    var shopCart={item:5.95,tax:.07,shopping:14.95}

    B
    var shopCart=[ item:5.95,tax:.07,shopping:14.95]

    C
    var shopCart=[ item:5.95;tax:.07;shopping:14.95]

    D
    var shopCart={item:5.95;tax:.07;shopping:14.95;}

    Note: Not available
    1. Report
  6. Question: Which of the following is/are not primitive data type(s) in javascript?

    A
    boolean

    B
    number

    C
    string

    D
    null

    E
    undefined

    F
    Array

    G
    Math

    Note: Not available
    1. Report
  7. Question: Which of the following is/are compound data type(s) in javascript?

    A
    boolean

    B
    number

    C
    string

    D
    null

    E
    undefined

    F
    Array

    G
    Math

    H
    Object

    Note: Not available
    1. Report
  8. Question: Which of the following is/are not Date object function(s)?

    A
    getTime()

    B
    setTime()

    C
    getHour()

    D
    getDay()

    E
    all

    Note: Not available
    1. Report
  9. Question: Which of the following is/are not string manipulation function(s)?

    A
    big()

    B
    bold()

    C
    match()

    D
    concat()

    E
    toLowerCase()

    F
    valueOf()

    G
    length()

    H
    all

    Note: Not available
    1. Report
  10. Question: Which of the following is/are the Array object function(s)?

    A
    concat()

    B
    slice()

    C
    reverse()

    D
    map()

    E
    all

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