0% found this document useful (0 votes)
37 views3 pages

Java Script

JavaScript is a lightweight programming language used widely on websites for dynamic interactivity without page reloads. It allows users to build interactive web applications and experiences. JavaScript has no relation to the Java programming language, though it borrowed its name when Java was becoming popular. It is supported in all major browsers and follows a C-like syntax. Some key features include being weakly typed, case-sensitive, and cross-platform compatible across Windows, macOS and more. A simple "Hello World" program demonstrates basic usage. JavaScript is important for web development and there are many opportunities for jobs and frameworks that use it like jQuery and Node.js. Learning JavaScript provides skills useful for both front-end and back-end development.

Uploaded by

751-SAKSHI GUPTA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
37 views3 pages

Java Script

JavaScript is a lightweight programming language used widely on websites for dynamic interactivity without page reloads. It allows users to build interactive web applications and experiences. JavaScript has no relation to the Java programming language, though it borrowed its name when Java was becoming popular. It is supported in all major browsers and follows a C-like syntax. Some key features include being weakly typed, case-sensitive, and cross-platform compatible across Windows, macOS and more. A simple "Hello World" program demonstrates basic usage. JavaScript is important for web development and there are many opportunities for jobs and frameworks that use it like jQuery and Node.js. Learning JavaScript provides skills useful for both front-end and back-end development.

Uploaded by

751-SAKSHI GUPTA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

What is JavaScript

JavaScript (js) is a lightweight object-oriented programming language that is


being utilized by numerous websites for scripting webpages. It is an interpreted,
full-fledged programming language that permits dynamic interactivity on
websites while applied to an HTML file. With JavaScript, customers can build
cutting-edge web packages to interact immediately without reloading the web
page on every occasion. The traditional website makes use of js to offer several
kinds of interactivity and ease. JavaScript, on the other hand, has no connection
to the Java programming language. The name was counseled and furnished in
the times when Java turned into gaining popularity in the marketplace.

Features of JavaScript

These are the subsequent features of JavaScript:

⚫ All famous net browsers aid JavaScript as they provide built-in execution
environments.

⚫ JavaScript follows the syntax and shape of the C programming language.


Thus, it is an established programming language.

⚫ JavaScript is a weakly typed language, in which certain types are implicitly


cast (depending on the operation).

⚫ It is a case-sensitive language.

⚫ JavaScript is supportable on numerous working systems which includes,


Windows, macOS, and so forth.

⚫ It affords suitable control to the users over the web browsers.

Hello World using Javascript


Just to present you a touch of pleasure about Javascript programming, I'm
going to show you a small conventional Javascript Hello World application

<html>
<body>
<script language = "javascript" type = "text/javascript">
<!--
document.write("Hello World!")
//-->
</script>
</body></html>

Why Learn Javascript?

Javascript is a MUST for college students and professionals to turn out to be


super Software Engineers especially while they're working in Web Development
Domain. I will list down a number of the important points and benefits of
mastering Javascript:

⚫ Javascript is a famous programming language in the world and that makes it


a programmer’s super preference. Once you learned Javascript, it helps
you develop splendid frontend in addition to backend software programs
with the use of unique Javascript-based frameworks like jQuery, Node.JS,
and so forth.

⚫ Javascript is everywhere, it comes installed on every current web browser,


and to research, you absolutely no longer need any special environment
setup. For example, Chrome, Mozilla Firefox, Safari, and every browser you
recognize as of nowadays, supports Javascript.

⚫ Javascript helps you create genuinely beautiful and loopy speedy websites.
You can increase your website with a console-like appearance and feel and
deliver your customers the pleasant Graphical User Experience.

⚫ JavaScript utilization has now extended to cellular app improvement,


desktop app development, and recreation improvement. This opens many
possibilities for you as Javascript Programmer.

⚫ Due to the high call, there is heaps of activity growth and high pay for folks
that understand JavaScript. You can navigate over to one-of-a-kind activity
websites to see what having JavaScript abilities looks like inside the job
marketplace.

There could be 1000s of true motives to analyze Javascript Programming. But


one point is for sure, to analyze any programming language, not just Javascript,
you simply need to code, and code and finally code till you end up an expert.

You might also like