Bite sized JavaScript tutorials for busy developers Follow us on Substack: masteringjs.substack.com

null
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
🆕 Make Mongoose's findOneAndUpdate() Return the Updated Document: masteringjs.io/tutorials/mon… #JavaScript #CodeNewbie
1
2
2
Mastering JS retweeted
🆕 How to Use Mongoose's findOneAndUpdate Function: masteringjs.io/tutorials/mon… #JavaScript #CodeNewbie #100DaysOfCode
2
13
4
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
🆕 How to Trim Characters from a String in JavaScript: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
1
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
3 TypeScript Tricks You Can Use in JavaScript 1️⃣ Enums 2️⃣ `orFail()` 3️⃣ Maps, not objects, for storing arbitrary keys dev.to/masteringjs/3-typescr… #DEVCommunity #100DaysOfCode #JavaScript
1
7
1
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Recursion is all about breaking a problem into an easy problem and a smaller version of the original problem No better example than reversing a string with recursion: 1️⃣ Swap first and last char 2️⃣ Reverse the middle of the string masteringjs.io/tutorials/fun… #CodeNewbie
1
Mastering JS retweeted
🆕 How to Print An Enum's Properties in JavaScript: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
1
6
2
Mastering JS retweeted
The easiest way to reverse a string in JavaScript is to convert the string to an array, and then use `Array#reverse()`. However, we recommend using `Array.from()`, not `Array#split()`, because of UTF-16 characters. masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
2
5
3
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Love our tutorials? Sign up for our weekly newsletter and never miss a tutorial! getrevue.co/profile/masterin…
Mastering JS retweeted
🆕 How to Reverse a String in JavaScript: masteringjs.io/tutorials/fun… #JavaScript #CodeNewbie
1
2
2