1. Question: 
    var stackWork=new Array(“Lenny”,Harild”,”Mary”,”Jenny”,”Sal”);
    stackWork.unshift(“Willie”);
    what is output comes out?

    A
    Sal

    B
    Willie, Lenny, Harold, Mary, Jean, Sal

    C
    Willie

    D
    Lenny

    Note: Not available
    1. Report
  2. Question: 
    var Lit=[“yes”,”no”,”maybe”];
    document.write(Lit[2]);
    Above condition what is come out?

    A
    maybe

    B
    yes

    C
    no

    D
    Undefined

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