Eliaz Bobadilla
UltiRequiem's Blog

UltiRequiem's Blog

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Switch Statements to Object Literals

Jul 25, 20224 min read 283 views

More natural control of flow in JavaScript โœจ ยท Hey everyone! ๐Ÿ‘‹ This is UltiRequiem here. I'm a 15-year-old, Peruvian ๐Ÿ‡ต๐Ÿ‡ช, full-stack and system...

Switch Statements to Object Literals

From beginner to JavaScripter, Part One

Feb 10, 20224 min read 235 views

Learn JavaScript with UltiRequiem ยท From beginner to JavaScripter In this series of tutorials, you will learn JavaScript in a practical way by doing...

From beginner to JavaScripter, Part One

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