Search Results: "#JavaScriptTips"

10 results
AgeshinKay
AgeshinKay@ageshinkay·
Optional chaining ?. saved my life in 2020... but in 2026, what's your must-use modern JS feature every day? Mine: nullish coalescing ?? – no more || hacks! Drop yours & tag a dev who needs to level up! #JavaScriptTips #ModernJS #WebDev
English
0
0
0
16
TheCryptoBolt
TheCryptoBolt@TheCryptoBolt·
Ever Accidentallly change an object and broke your state in JavaScript. That happens when you mutate an object instead of copying it. The solution is to use ...spread operator to copy objects or arrays before making change, that way the original data stay safe. #JavascriptTips
TheCryptoBolt tweet media
English
1
1
5
82
Tekgirl
Tekgirl@SoniaAmy24·
🔥 5. Not handling errors. Try-catch FTW! try { risky(); } catch (e) { console.log(e); } Follow for more tips! 😊 #JavaScriptTips
Abakaliki, Nigeria 🇳🇬 English
0
0
0
12
Samuel Idowu
Samuel Idowu@idowu_samu22827·
“Git hack: git stash = life saver. Stop creating unnecessary branches. #GitTips “Stop using var. let and const are not optional. Learn proper JS scoping. #JavaScriptTips #WebDev #Website development
English
0
0
0
5