Lovina
0
Q:

js tutorial

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.
11
//Best project Tutorial i have seen
https://www.youtube.com/playlist?list=PL55RiY5tL51qxUbODJG9cgrsVd7ZHbPrt
-1
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



4
JavaScript is a Object-Oriented Programming Language. It is very easy, making it high level.
5
let str = 'Hello World';
console.log(str);
0
>'hello'.toUpperCase()
'HELLO'
1
/* talk about JS in general, you can Make a webpage with HTML style it by 
using CSS and Bootstrap. but when we talk about to program it.(i.e.) if we want
to make it responsive like an app . with working functions and buttons in it.
Then we use Javascript.
=> Javascript is a scripting language easy to understand

for JS tutorial go to W3schools beacuse as aI learnt basics of Bootstrap and
CSS from there and also the basics of JS from there so I think that nothing
beats W3schools for a basic tutorial of languages and for higher level
programming you can go any where else, here is the direct link to the Website:
*/

'https://www.w3schools.com/js/'

if you got help from this article please Upvote 
2
var message:string = "Hello World" 
console.log(message)
0
console.log("show me")
0

New to Communities?

Join the community