Explore tweets tagged as #JsTips
@Alamz0
Alam
1 year
πŸ™‚ Just Give me you 45 seconds!.I challenge that many of you don't know this JavaScript tips. Do comment whether you already knew it or not!.#jstips #javascript
Tweet media one
2
0
5
@KhogendraRupini
Khogendra Rupini (Hindu)
10 months
Unique JS math solver! It hides operators and uses tricky variable names to solve +, -, *, /. Inputs are converted and results obfuscated with clever tricks, making it hard for experts to decode πŸ™‚πŸ˜Š #JSTips #Python #WebDesign #CSS3
Tweet media one
0
2
6
@ShivamS36784264
Shivam Srivastava
1 month
πŸš€ JavaScript tip: Use optional chaining (?.) to avoid those pesky "Cannot read property of undefined" errors!.Clean code = happy developers! πŸ’»βœ¨.#JavaScript #WebDev #Programming #CodeTips #ES2020 #Frontend #Developer #CleanCode #JSTips #WebDevelopment
Tweet media one
0
0
1
@zenithdevtech
Zenith Dev
10 days
How the .filter() array method works in JavaScript . #jstips #javascript #codingtips #zenithdevtech
0
0
1
@deepeshyadavrd
Deepesh Yadav
10 months
JavaScript magic: Reverse a string in one line! 🀯 .#javascript #code #jstips
Tweet media one
0
1
3
@thyng
David Vallejo
2 years
Cloning an object while removing keys one-liner in modern #javascript #jstips
Tweet media one
0
0
1
@RudraXDev
Rudra Pr. Ghosh
2 months
Block scope vs function scope:. > Prefer let & const to avoid bugs. #JavaScript #jsTips
Tweet media one
0
0
1
@learn_with_san
Learn With Santosh
11 months
πŸ”§ Programming Tip of the Day πŸ”§. πŸ”— Use Symbol for Unique Identifiers: Create unique property keys in objects using Symbol. This avoids conflicts and ensures that your keys don’t accidentally overlap. πŸš€. #JSTips #Symbols #JavaScript #UniqueIdentifiers #CodingTips
Tweet media one
0
1
2
@Danfraga3
Dan πŸš€
2 years
In #TypeScript, optional paramaters can be defined as either as the data type of undefined. So here this parameter has the type of string or undefined! πŸ’‘. #codingtips #jstips #softwaredeveloper
Tweet media one
0
0
0
@alex_sashchuk
Oleksandr Sashchuk
1 year
πŸ’‘JavaScript tip πŸ”΄. Say goodbye to deeply nested arrays 🌟.Flatten nested arrays effortlessly with 𝐟π₯𝐚𝐭(𝐝𝐞𝐩𝐭𝐑). #js #javascript #jstips #FrontEnd
Tweet media one
0
0
1
@alex_sashchuk
Oleksandr Sashchuk
1 year
πŸ’‘JavaScript tip πŸ”΄. Forget about the splice() method when you need to update an item in the array. Use with() for a cleaner, more immutable approach to updating array elements. #js #javascript #jstips #FrontEnd
Tweet media one
0
0
1
@mainulspace
Mainul Hasan
2 years
🧠 JavaScript Challenge of the Day 🧠. Quick challenge: What do you think the following code will output? πŸ€” . Drop your answers below! ⬇️. #JavaScript #JSTips #AsyncChallenge #WebDev
Tweet media one
0
0
5
@mainulspace
Mainul Hasan
2 years
πŸ’‘ JavaScript Tip of the Day. Ever needed to know the number of properties in an object? Don’t loop through it! Use the Object.keys() method:. Quick and efficient! Spread the knowledge!. #JavaScript #JSTips #WebDevelopment #Efficiency
Tweet media one
0
1
12
@learn_with_san
Learn With Santosh
1 year
🧩 Programming Tip of the Day 🧩. πŸ”„ Avoid Mutation with Object.freeze(): Protect your objects from being changed by using Object.freeze(). It ensures that your objects remain immutable, reducing bugs and improving code stability. πŸ”’. #JSTips #ObjectFreeze #JavaScript
Tweet media one
0
1
5
@CodersDen94
Coder's Den
2 years
Ever tried adding numbers in a string in JavaScript πŸ€”? . Did you know that when you add 2 or more numbers in a string, it won't return a math result?. That's because "+" has 2 uses. When you use it with numbers, it performs additions. #codersden #javascript #developers.#JStips
Tweet media one
1
3
14
@mainulspace
Mainul Hasan
2 years
πŸ› οΈ JavaScript Tip of the Day πŸ› οΈ. Ever encountered an array with duplicate values? Use Set to get rid of it quickly!. Elegantly remove duplicates with just one line! πŸš€ #JavaScript #JSTips #WebDev #ArrayMagic
Tweet media one
0
0
3
@RudraXDev
Rudra Pr. Ghosh
2 months
Template literals make strings dynamic:. > No more messy + string concat!. #JavaScript #jsTips
Tweet media one
0
0
1
@IsuhoFriday
Isuho Friday
24 days
JS tip: You can throw your own errors to control flow. Combined with .catch(), it gives real control in async logic. Also used it in a challenge today. Felt good. #JavaScriptDev #JSTips
Tweet media one
0
0
0