Swapna Kumar Panda Profile picture
Oct 13, 2021 12 tweets 4 min read Read on X
🔥 9️⃣ Useful Hacks to simplify your JavaScript code

Follow these simple yet most useful hacks in your code. These are not only modern way of writing JS code but also minifies your code.

🧵 👇
We will cover,

1️⃣ Converting to Boolean
2️⃣ Converting to Number
3️⃣ Converting to String
4️⃣ Short-Circuit && and ||
5️⃣ Default Function Parameters
6️⃣ Nullish Coalescing Operator
7️⃣ Optional Chaining Operator
8️⃣ Array Resizing
9️⃣ Converting Array-Like to Array
1️⃣ Converting to Boolean

To convert any data to a Boolean type, use

→ Boolean function or,
→ !! operator
2️⃣ Converting to Number

To convert any data to a Number type, use

→ + operator or,
→ Number function or,
→ parseInt function
3️⃣ Converting to String

Use String function when you need to convert any data to a String type.
4️⃣ Short-Circuit && and ||

Instead of using traditional if-condition statements, try to use short-circuit && or, ||

Use this trick only when the expression inside "if" is just a one-liner expression or a simple function.
5️⃣ Default Function Parameters

To assign missing values on function parameters, instead of using || operator, use default function parameters.
6️⃣ Nullish Coalescing Operator

Instead of manually checking whether an input is either null or, undefined, use nullish coalescing operator (??).
7️⃣ Optional Chaining Operator

To avoid TypeError, instead of checking whether a property exists in an object manually, use optional chaining operator (?.)
8️⃣ Array Resizing

To remove few last elements from an array, simply modify the array's length property value. Items from the array will automatically be removed.
9️⃣ Converting Array-Like to Array

An Array-Like object is like an Array which has a length property and, can be iterated like an array.

E.g., arguments inside function body, a string object etc.

Use Array.from() or, spread operator to convert Array-Like to an Array.
That's it guys. Did you find these hacks useful and interesting?

Reply any additional hacks you are aware of. Share me your feedbacks as well.

See you in next 🧵 soon. 👋

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Swapna Kumar Panda

Swapna Kumar Panda Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @swapnakpanda

Jun 23
Top 60+ YouTube Courses to learn

- Python
- Java
- C/C++
- JavaScript
- C#
- PHP
- SQL
- RustImage
Image
Image
Image
Read 11 tweets
Jun 20
MIT's FREE AI & ML Courses

❯ 6.036 - Machine Learning
❯ 6.S191 - Deep Learning
❯ 6.034 - Artificial Intelligence
❯ 18.05 - Probability and Statistics
❯ 18.06 - Linear Algebra
❯ 18.S096 - Matrix Calculus

All course links inside:
1. 6.036 - Machine Learning

❯ Course Link
openlearninglibrary.mit.edu/courses/course…

❯ YouTube Playlist
youtube.com/playlist?list=…Image
Image
2. 6.S191 - Deep Learning

❯ Course Link
introtodeeplearning.com

❯ YouTube Playlist
youtube.com/playlist?list=…Image
Image
Read 8 tweets
Jun 19
Save these 100+ Sites FOREVER!!!

Open the thread for all the links: Image
1. Python, AI & ML, Data Science

❯ Python ➟ realpython.com
❯ Python ➟ fullstackpython.com
❯ Python ➟ planetpython.org

❯ Django ➟ learndjango.com

❯ Flask ➟ blog.miguelgrinberg.com/post/the-flask…

❯ FastAPI ➟ fastapi.tiangolo.com/learn/

❯ Machine Learning ➟ developers.google.com/machine-learni…

❯ Machine Learning ➟ tensorflow.org/resources/lear…

❯ Tensorflow ➟ tensorflow.org/learn

❯ Data Science ➟ towardsdatascience.com
2. SQL and NoSQL

❯ SQL ➟ sqlbolt.com
❯ SQL ➟ sqlzap.com
❯ SQL ➟ sqltutorial.org
❯ SQL ➟ mode.com/sql-tutorial
❯ MySQL ➟ mysqltutorial.org
❯ PostgreSQL ➟ postgresqltutorial.com
❯ SQL Server ➟ sqlservertutorial.org
❯ Oracle ➟ oracletutorial.com
❯ MongoDB ➟ mongodbtutorial.org
❯ Redis ➟ university.redis.io/academy
❯ Kafka ➟ confluent.io/lp/apache-kafk…
Read 14 tweets
Jun 18
I am a JavaScript Developer since 2005.

If I plan to learn it in 2025, I will do this:
➊ Fundamentals

Effort: 1 to 2 hours per day
Time: 2 weeks

➀ JavaScript Engine
➁ JavaScript Runtime
➂ Execution Context
➃ Hoisting
➄ Call Stack
➅ Event Loop
➆ Callback Queue
➋ Variables and, Datatypes

Effort: 1 to 2 hours per day
Time: 2 weeks

➀ Datatypes
❯ Primitives
❯ Literals
❯ Numeric
❯ Boolean
❯ String

➁ Variable
❯ Naming
❯ Declaration (var, let, const)
❯ Assignment

✧ Special Topic
❯ Type Coercion
❯ undefined, null, NaNImage
Read 17 tweets
Jun 15
FREE FREE FREE

9 FREE Books on DSA in Java, C, C++, Python:Image
Image
Image
Image
1. Data Structures & Algorithms using Python

🎄 donsheehy.github.io/datastructures…Image
Image
Image
2. Open Guide to Data Structures and Algorithms

🎄 pressbooks.palni.org/anopenguidetod…Image
Image
Read 10 tweets
Jun 14
Learn Computer Science, FREE in 2025:

- Harvard
- Stanford
- MIT
- IIT
- Microsoft
- Google

15 Top Courses w/ Certificates* :
1. Introduction with CS50

- From Harvard

🎄 cs50.harvard.edu/x/Image
2. Mathematics for Comp Science

- From MIT

🎄 ocw.mit.edu/courses/6-042j…

🎄 YouTube Playlist
youtube.com/playlist?list=…Image
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(