- A programing language is a command that can make commands to our computer to finish some task.
- For example: Suppose, in a room have 2 people first one is Spanish and the second one is Bangladeshi. Both people have different mother tongues. So, now just ask yourself how they make conversation. Let me tell you, they didn't able to make any conversation if there are doesn't have 3hrd person. And the 3rth person is
Programing Language
. We know, the computer only knowsMachine Language
which means0101010101
which is binary. So, we write any language to command our computer, and this language will make conversation with the computer. This is programming language concept clear?
- JavaScript is a scripting language and a powerful and useful programing language.
- JavaScript started out as Mocha, then became LiveScript and then became JavaScript when Netscape and Sun got together. The name JavaScript is usually derived from Java in the first place.
- An engine is a machine that can read something and return some output from it, usually using the JavaScript V8 engine.
Brave or Chrome or Opra <<<=====>>> V8
Edge <<<=====>>> Chakra Core
Safari <<<=====>>> "Nitro" and "SquirrelFish"
Mozilla FireFox <<<=====>>> SpiderMonkey Engine
- We can do a lot of things with JavaScript. For example, we can build
Android
Apps,IOS
Apps,Desktop
Apps,Windows
Apps,Web
Applications, and Any kind ofbackend
withNodeJs
.