xxxxxxxxxx
'Hey'
var you = that;
'You searched'
document.getElementById('javascript').innerHTML = 'Javascript';
var then = 'On...';
alert('grepper!');
xxxxxxxxxx
console.log("JavaScript is the most powerful and most efficient language in the world")
//Here's Why
You can manage the Server with this using Node.JS and Express.Js
These are the most famous libs for JS
For Building Mobile App
. React Native and Redux
For Building Windows App
. Electron
For Machine learning
. TensorFlow JS
xxxxxxxxxx
JavaScript, often abbreviated as JS, is a programming language that conforms
to the ECMAScript specification.
JavaScript is high-level, often just-in-time compiled, and multi-paradigm.
It has curly-bracket syntax, dynamic typing, prototype-based object-orientation,
and first-class functions.
xxxxxxxxxx
JavaScript is a Object-Oriented Programming Language. It is very easy, making it high level.
xxxxxxxxxx
Javascript is an interpreted, high level programming language developed and
designed for web development. But now it is extensively being used in various
fields rather than only web development after the development of node js.
xxxxxxxxxx
JavaScript, often abbreviated as JS, is a programming language that is
one of the core technologies of the World Wide Web, alongside HTML and CSS.
As of 2022, 98% of websites use JavaScript on the client side for webpage
behavior, often incorporating third-party libraries.
~ Wikipedia
xxxxxxxxxx
Javascript is a very high-level coding language used in HTML and many of your
favorite websites, Couldn't be made without JS. Javascript can be used
Front-Back end and JavaScript is popularly known for Discord.js and
react.js.
Example:
const discord = require = ('discord.js');
When using js its always good to remember to finish off your code with ";"
xxxxxxxxxx
<script>
function f1() {
var msg="this is the first program of javascript";
document.write("hello "+msg.length);
}
</script>