Eliaz Bobadilla
UltiRequiem's Blog

UltiRequiem's Blog

Follow
homebadges
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

How to chain a method to a number literal

Feb 10, 20221 min read 993 views

SyntaxError: identifier starts immediately after numeric literal · In JavaScript, you can chain a method to a string literal. Example...

How to chain a method to a number literal

How to do a Singleton in JavaScript

Feb 10, 20221 min read 552 views

Learn how to generate a Singleton in JavaScript / Typescript · What it is "The singleton pattern is a software design pattern that restricts the...

How to do a Singleton in JavaScript