Skip to content

CodeMacaw

  • GitHub
CodeMacaw

Understanding AST with JavaScript

Leave a Comment / Compiler, Computer Science, JavaScript / By lahin

In computer science there is a term I always wanted to know deep about it and it is called AST(Abstract Syntax Tree)…

Optional Chaining & Nullish Coalescing

Leave a Comment / JavaScript, TypeScript / By lahin

In es2019 and TypeScript 3.7 we got two new way to check nullish value(null, undefined), these are Optional Chaining & Nullish Coalescing.

Generics in TypeScript

Leave a Comment / JavaScript, TypeScript / By lahin

In TypeScript Generics allows us to pass a range of types to a function or component. We can call it Abstract Type.

TypeScript Readonly Property

Leave a Comment / JavaScript, TypeScript / By lahin

TypeScript allows us to make an individual property readonly. When we use readonly, we can’t assign them with other variables, can’t update or delete.

Posts navigation
← Previous Page 1 … 3 4
  • Compiler
  • Computer Networking
  • Computer Science
  • Data Structure
  • Database
  • Design Pattern
  • git
  • JavaScript
  • JWT
  • NodeJS
  • React
  • System Design
  • TypeScript

Copyright © 2023 CodeMacaw | Powered by Astra WordPress Theme