The very first and impressive thing I got is the Angular logo. Loved it amazingly. The second thing (you guys might be surprised but it looks very nice to read
All about JavaScript
The very first and impressive thing I got is the Angular logo. Loved it amazingly. The second thing (you guys might be surprised but it looks very nice to read
1. What is ES6?2. Features of ES6?3. Difference between var, let & const4. What is object in JavaScript?5. What is literals in JavaScript?6. Difference ways to create object in JavaScript?7.
Installing nodejs on your system Run the below commands to quickly get started sudo apt-get updatesudo apt-get install nodejs in case you need specific version, the command be like below,
Difference between ‘null’ and ‘undefined’? Many of you still think that in JavaScript, null and undefined are same, but answer is: null !== undefined 1. null The value null represents the intentional absence of any object
Pre-requisites 😇 👉 node & npm i.e. node package manager👉 angular/cli i.e. command line interface for Angular👉 Code editor/IDE i.e. VS Code, Sublime or any you prefer 🤔 If you don’t have these installed in your machine, let’s quickly get
What we know? Angular is component based framework which is comprised of TypeScript and JavaScript TypeScript is superset of JavaScript As JavaScript is subset of TypeScript, so every JavaScript code is a valid TypeScript code TypeScript has some addon features as extended to JavaScript –
If I say Angular is a JavaScript framework, what hits to your mind? Why do we need a framework when we can work with JavaScript alone? So, I am happy to tell you