Skip to content
  • AI
  • Github

Scratch that

Bite sized bits

  • AI
  • Github
  • ⤫

Posts Published by admindeep

Typescript basics

Introduction to TypeScript TypeScript is a programming language that is a superset of JavaScript. This means that all valid JavaScript code is also valid TypeScript code. In addition to the features of JavaScript, TypeScript includes optional static typing, classes, and interfaces. This allows developers to write type-safe code and catch errors at compile time, rather

Posted by Posted on
0

Javascript Closure

Introduction In JavaScript, a closure is a function that has access to the variables and scope of its outer function, even after the outer function has returned. This allows the closure to retain its state and continue to operate, even after its outer function has finished executing. Example Here is an example of a closure

Posted by Posted on
0

Posts pagination

Page 1 … Page 7 Page 8
  • Algorithms
  • Front-end
  • Javascript
  • Philosophy
  • Project Management
  • Psychology
  • Science
  • Technology
  • Uncategorized
Copyright © 2025 - Scratch that // By - Deepak Anandrao