SamueleinJavaScript in Plain EnglishHow To Get Min Or Max Of An Array In JavaScript And TypeScriptWhy Reinvent The Wheel When Math.min() And Math.max() Exist?Dec 5, 2022Dec 5, 2022
SamueleinJavaScript in Plain EnglishJavaScript’s Hidden Power: Adding Big Numbers Without BigIntA Look at Alternative Approaches to Working with Large IntegersDec 23, 2022Dec 23, 2022
SamueleinJavaScript in Plain EnglishReal-World Examples in JavaScript: How to Compare Array Elements in a GameUsing Functions to Determine the Outcome of a DuelDec 22, 2022Dec 22, 2022
SamueleinJavaScript in Plain EnglishJavaScript: The Most Efficient Way to Check if a Number is a Fibonacci NumberUsing Binet’s Formula to Save Time and ResourcesDec 21, 2022Dec 21, 2022
SamueleinJavaScript in Plain EnglishJavaScript Recipe for Detecting Narcissistic NumbersA Step-by-Step Guide to Identifying Armstrong Numbers in Base 10Dec 20, 2022Dec 20, 2022
SamueleinJavaScript in Plain EnglishComparing Approaches to Pig Latin Translation in JavaScriptExploring Regular Expressions, My Solution, and the AI SolutionDec 19, 2022Dec 19, 2022
SamueleinJavaScript in Plain EnglishThe Persistence Bugger Problem: From Intimidation to UnderstandingA Beginner’s Guide to Calculating Persistence in JavaScriptDec 16, 2022Dec 16, 2022
SamueleinJavaScript in Plain EnglishHow To Extract the Domain Name From a URL in JavaScriptOr, How To Fail If You Rely On An Artificial Intelligence To Do Your JobDec 15, 20222Dec 15, 20222
SamueleinJavaScript in Plain EnglishHow To Buy a Car With JavaScriptNot In Reality, But To Fix a DevAdvent 2022 IssueDec 14, 2022Dec 14, 2022
SamueleinJavaScript in Plain EnglishHow To Get The Difference Between Two Arrays In JavaScriptOr, How To Use JavaScript To Do The Diffefere (A \ B), The Intersection (A ∩ B), The Union (A ∪ B), The Symmetric Difference (A Δ B) And…Dec 14, 2022Dec 14, 2022
SamueleinDev GeniusHow To Use AI To Create Blog ImagesOr Why Spend Money When We Can Create Our Art For Free?Dec 12, 2022Dec 12, 2022
SamueleinJavaScript in Plain EnglishHow To Calculate the Growth Of a Population in JavaScriptOr How To Use a Recursive Function Instead Of a LoopDec 13, 2022Dec 13, 2022
SamueleinJavaScript in Plain English4 Simple Problems in JavaScript and TypeScript4 Simple Problems To Train Your JavaScriptDec 12, 2022Dec 12, 2022
SamueleinJavaScript in Plain EnglishHow to Reverse a String in JavaScript and TypeScriptOr, How To Use Array.map() And Array.reverse() Together To Modify A SentenceDec 6, 2022Dec 6, 2022
SamueleinJavaScript in Plain English5 Ways to Convert a Number to a String in JavaScriptOr, Sometimes The Simplest Things Reveal Unexpected SolutionsDec 7, 2022Dec 7, 2022
SamueleinJavaScript in Plain EnglishHow to Find the Highest Possible Number in JavaScriptOr About Arrays, Strings, And Sort FunctionsDec 8, 2022Dec 8, 2022
SamueleinJavaScript in Plain EnglishHow To Convert A String To Camel Case In JavaScriptOr There’s Always A Smarter Solution If You Know How To Use Regex!Dec 9, 2022Dec 9, 2022
SamueleinJavaScript in Plain EnglishHow To Check If a Number Is a Perfect Square in JavaScriptThe second problem of my DevAdvent 2022 concerns square roots. The story of the problem is about cubes, squares and a passion for the…Dec 2, 2022Dec 2, 2022
SamueleinJavaScript in Plain EnglishHow To Square Every Digit in JavaScript and TypeScriptThe Twitter world is in turmoil. I’ve decided to abandon it. I am certainly missing something. For example I don’t know if anyone is…Dec 1, 2022Dec 1, 2022
SamueleinJavaScript in Plain EnglishArray Intersection, Difference, and Union in JavaScriptSomething went wrong at the North Pole. Santa Claus did a sample check: he discovered that some gifts are missing in the bags. Fortunately…Dec 24, 2021Dec 24, 2021