technonic
@technonic_in
Followers
31
Following
45
Media
48
Statuses
703
frontend development related stuff #javascript #html #css #technonic
Surat, India
Joined October 2016
"Javascript most useful array functions" by Pratik Lochawala #DEVCommunity
dev.to
push push method adds one or more element at the end of an array pop pop is...
0
1
1
6/ Ready to make your async flow bulletproof? Try Promise.try() in your projects and embrace the future of JavaScript error handling! 🌟 #JavaScript #ECMAScript2026
0
0
0
5/ Use it when you're unsure if a function is sync or async or want a reliable catch-all for errors. It’s like try/catch but better, promise-style! 🎯
1
0
0
4/ You can even pass arguments directly to your function with Promise.try(), so no messy closures needed. Cleaner code, happier devs! 👩‍💻👨‍💻
1
0
0
3/ It wraps any return value or error into a Promise, unifying error handling for both sync and async calls. No more uncaught exceptions sneaking through! 🔥
1
0
0
2/ Unlike Promise.resolve().then(), Promise.try() executes your synchronous code immediately — no waiting for microtasks. Fast results, no delay. ⚡️
1
0
0
1/ 🚀 Say hello to Promise.try() — the new JavaScript superpower in ECMAScript 2026! It makes handling sync & async code simpler, cleaner, and faster. Ready to level up your Promise game? 🧵⬇️
1
0
0
🚨 Giveaway ChatGPT is excellent, but you're missing out on other useful AI tools! https://t.co/CpUTzJjyiO has hundreds of assistants, prompts, and tools - all in one site To get a code for a free first month 1. Like and RT 2. Follow @VondyInc 3. Comment "AI" I'll DM you.
141
150
366
Did you think reduce is a most confusing function in JavaScript array function? #javascript #CodeNewbie #DEVCommunity
0
1
1
Authentication vs Authorization in simple words Authentication => check user identity by username and password Authorization => check which part of your app user can access #programmer #CodeNewbie
0
2
3
Most common javascript string function { by @lochawala } from @hashnode
#javascript #webdevelopment #webdev
lochawala.com
string functions javascript | common string function | string functio
0
1
2
Math.sign return an argument is negative, positive or NaN #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
2
0
Math.random return random number between 0 to 1 #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
3
0
Math.cbrt function returns the cubic root of a number. #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
3
1
Math.sqrt function returns the square root of a number #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
3
0
0
0
0
Math.pow function returns the base to the exponent power #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
5
1
Math.min function returns the number with the lowest value #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
5
0
Math.max function returns the number with the highest value #30daysofcode #javascriptfunctions #30dayjavascriptchallenge #javascript #webdevelopment #js #javaScriptMethods #mathfunctions
0
1
0