Cristian Salcescu's Blog, page 9

May 20, 2021

How to Check If a String is Not Empty

Truthy values, the trim method, the Boolean built-in function

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 20, 2021 23:02

May 19, 2021

How to Reverse an Integer in JavaScript and Elixir

Quick start with number-string conversions and the reverse utilities

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 19, 2021 23:01

May 18, 2021

How to Round a Number to Two Decimals

[image error]

Quick start with the toFixed method, Math.round utility and the Intl.NumberFormat object

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 18, 2021 23:02

How To Capitalize Words With JavaScript and Elixir

Quick start with the split, join, and map functions

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on May 18, 2021 07:35

JavaScript Strings: 10 Fundamentals You Should Know

Strings are immutable, they look like having methods, template literals, and more

Continue reading on DailyJS »

 •  0 comments  •  flag
Share on Twitter
Published on May 18, 2021 03:36

May 17, 2021

May 16, 2021

Engage All Your Senses When Learning

Learn by reading, writing, watching, talking, listening, and doing

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 16, 2021 23:02

May 13, 2021

How to Replace All Substrings in a String

Quick start with replace and replaceAll string methods

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 13, 2021 23:03

May 12, 2021

Learn Overloading From the jQuery Function

How to do function overloading using the typeof operator

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 12, 2021 23:01

May 11, 2021

How to Raise and Handle Exceptions in JavaScript

Quick start with try, catch, throw, and finally

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on May 11, 2021 23:02