typescript
TypeScript vs jQuery
JavaScript is a major scripting programming language that is used to make websites more responsive and interactive. It is one of the pivoted parts alongside HTML and CSS which are used to create web pages. JQuery is a framework for javaScript which developed from JavaScript. It is the most popular JavaScript library invented by John Resign and was released in January 2006 at BarCamp NYC. It is a free, open-source library and It’s a fast, concise, and rich-featured JavaScript library and also has cross-browser compatibility.
Posted September 9, 2022 by Rohith and Anusha ‐ 2 min read
TypeScript vs JavaScript
JavaScript is the most popular programming language of HTML and the Web. JavaScript is an object-based scripting language which is lightweight and cross-platform. TypeScript is an open-source pure object-oriented programing language. It is a strongly typed superset of JavaScript which compiles to plain JavaScript.
Posted September 9, 2022 by Rohith and Anusha ‐ 1 min read
Introduction to Typescript
Typescript is a programming language developed on top of javascript to enable type system while developing large applications. It is a strict syntactical superset of JavaScript and adds optional static typing to the language.
Posted August 23, 2022 by Rohith and Anusha ‐ 2 min read
TypeScript Environment Setup
This article is about TypeScript environment setup.
Posted August 24, 2022 by Rohith and Anusha ‐ 2 min read
tsconfig.json in TS Project
The tsconfig.json file corresponds to the configuration of the TypeScript compiler (tsc).
Posted September 1, 2022 by Rohith and Anusha ‐ 1 min read