Tag: web technology
Questions Related to web technology
In a multitiered application, which tier is the browser in?
what value will the following expressions evaluate in the JavaScript console? "6" + "5" * 2
To what value will the following expressions evaluate in the JavaScript console? null == undefined
To what value will the following expressions evaluate in the JavaScript console?5 + true
To what value will the following expressions evaluate in the JavaScript console? a = 4; b = 6; a+++b;
To what value will the following expressions evaluate in the JavaScript console? 011 * 2
To what value will the following expressions evaluate in the JavaScript console? (16).toString(16)
To what value will the following expressions evaluate in the JavaScript console? "\u0061"