Javascript TCS Xplore
Javascript TCS Xplore
Introductio :-
● JavaScript is a Object-Oriented programming language used to create interactive
effects within web browsers.
● Introduced by netscape named as ECMAScript later called JavaScript.
● It is dynamic computer programming language.
● It is a lightweight,interpreted programming language.
● It is used to create dynamic web pages.
● It is the implementation of ECMAScript.
● It is a case sensitive language.
Advantage :-
● Less server interaction.
● Immediate feedback to the visitors.
● Increased interactivity.
● Richer Interfaces.
Di -Advantage :-
● Client side javascript does not allow reading or writing of files.
● Does not have multithreading and multiprocessor capabilities.
● Security issues.
Synt :-
<html>
<head></head>
<body>
</script>
</body>
</html>
JavaScript code can be written in script tag or may have separate script file also.
Variabl :-
Jav Scrip Dialo _B e :-
● alert(“text”);
● Boolean b=confirm(“Yes or No”);
● prompt(“Enter Username”);