Boolean: true/false value Number: Use to define variable of type number String: textual data Array: an array is a collection…
All our TypeScript Articles at one place for easy access. Getting Started with TypeScript DataTypes in TypeScript TypeScript Functions We…
Below are different functions available in TypeScript. Named Function Anonymous Named Function Named Function with Parameter and Return Types Parameters…
Install Node.js and npm from https://nodejs.org/ Install Angular CLI by running npm install -g @angular/cli Download the relavent project source…
Promises are used to handle asynchronous requests in JavaScript. Promise Constructor takes Callback Function as argument Callback Function takes resolve…
Data science is a multi-disciplinary field that uses scientific methods, processes, algorithms and systems to extract knowledge and insights from…
JSON (JavaScript Object Notation) is a lightweight data-interchange format. JSON is built on two structures A collection of name/value pairs…
All our React Articles at one place for easy access. React Getting Started with React Introduction to JSX in React…
Components let you split the UI into independent, reusable pieces, and think about each piece in isolation. Components are like…
Flask is a micro web framework written in Python. Flask depends on the Jinja template engine and the Werkzeug Web…