Question: What value will the following javaScript code show? x = 'World'; t2 = parseInt( x ); alert( t2 ); Select one: O a. -1
What value will the following javaScript code show? x = 'World'; t2 = parseInt( x ); alert( t2 ); Select one: O a. -1 O b. W O c. NaN O d. No Idea O e.0
Step by Step Solution
There are 3 Steps involved in it
The JavaScript code shown in the image is attempting to parse a numerical value from the stri... View full answer
Get step-by-step solutions from verified subject matter experts
