0% found this document useful (0 votes)
4 views1 page

Js Notes

JavaScript (JS) is a front-end programming language primarily used for validation purposes and is case sensitive. It has the highest execution priority, running before HTML and CSS, but if there is an error at the beginning of the code, it will not check the rest of the code for correctness. This limitation can hinder the debugging process.

Uploaded by

d80401433
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Js Notes

JavaScript (JS) is a front-end programming language primarily used for validation purposes and is case sensitive. It has the highest execution priority, running before HTML and CSS, but if there is an error at the beginning of the code, it will not check the rest of the code for correctness. This limitation can hinder the debugging process.

Uploaded by

d80401433
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

JS is fornt end level lang in which used for validation

purpose

js is case sensitive

i.e: alert / Alert -- this will givs an error

js is having highest priority (it will first executes than


html / css)

js is having limitation if suppose at beigining your code


is having error then it will not check rest of the code
even if it is coorect then

You might also like