1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Question: Which of the following is/are the string properties?

    A
    length

    B
    toLowerCase

    C
    indexOf

    D
    valueOf

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

    A
    max()

    B
    average()

    C
    ceil()

    D
    random()

    Note: Not available
    1. Report
  8. Question: Which of the following shortcuts can be used for writing multiple document.write statements?

    A
    None

    B
    for(document){}

    C
    with(document) {}

    D
    withThis(document){}

    Note: Not available
    1. Report
  9. Question: Which is the topmost object in the object hierarchy?

    A
    document

    B
    window

    C
    history

    D
    browser

    Note: Not available
    1. Report
  10. Question: While coding a loop, you come across a condition where you have to terminate the loop and continue with the statements following the loop. Which statement would you use?

    A
    exit

    B
    return

    C
    continue

    D
    while

    E
    break

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