0% found this document useful (0 votes)
71 views

Javascript 1 Revision

This document outlines topics and their point values that will be covered on an exam. It includes loops (for, while, do while), arrays, functions, conditional statements (if/else), string, array and date methods, basic JavaScript concepts like operators and alerts, NaN behavior, parsing integers, Math module methods, variables, parameters, and return statements. Evaluation of code using eval is also mentioned.

Uploaded by

Vinod Srivastava
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

Javascript 1 Revision

This document outlines topics and their point values that will be covered on an exam. It includes loops (for, while, do while), arrays, functions, conditional statements (if/else), string, array and date methods, basic JavaScript concepts like operators and alerts, NaN behavior, parsing integers, Math module methods, variables, parameters, and return statements. Evaluation of code using eval is also mentioned.

Uploaded by

Vinod Srivastava
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

loops - for 2 marks

while and do while 2 MARKS


aRRAY 4 MARKS
FUNCTION 3 MARKS
if else 2-3 marks
methods of string, Array, Date 3-4 marks
Basic Java Script 6 marks (operators,msgbox-alert/confirm/prompt)
buil in method isinfinite isNaN
NaN+"string"= NaN
NaN*5=NaN
NaN+5= Nan
parseInt("168",8)
Math Module methods floor/ciel/sqrt
eval
Variable
local and global
actual and formal parameter
return statement

You might also like