A JavaScript Trick That'll BLOW Your Mind! #shorts

preview_player
Показать описание


👉 Checkout codedamn on social:

If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps me pumping out more such content.

👋 About Me:
Hey! I'm Mehul Mohan, a CSE'21 graduate from BITS Pilani, Goa. I started coding early in life, at the age of 13 when I created my first blog on Blogger. I am listed in Google, Microsoft, Sony, eSet, etc. Hall of Fame for reporting vulnerabilities in their systems.

🍎 I am Apple's WWDC'19 Scholar - visited San Francisco and attended WWDC.

🚀 Currently working on my own startup - codedamn.

Connect with me:

🏷 Video Tags:
A JavaScript Trick That'll BLOW Your Mind! #shorts
JavaScript Crash Course 2021
JavaScript for Beginners
learn javascript in one video
javascript tutorial for beginners
javascript crash course
javascript crash course for beginners

Рекомендации по теме
Комментарии
Автор

Well using .performance will give you precise execution time

techgamer-channeldeleted
Автор

I love you ❤you looks like jeb to code so many :)

teaSer_GGADC
Автор

Used this to profile a critical script for a major refactor once upon a time. Super helpful in being able to prove that what I wrote would be efficient enough when it was time to go to production.

baka_baca
Автор

make video on frontend developer path?

adityashinde
Автор

feel like we need a PHD in the console object to get all of it's features XD
nice video !

oussamakhalfi
Автор

console.time( SLOW CODE)

while (something) {
yolo()
}

console.timeEnd( SLOW CODE')

hphade
Автор

That's an old technique lmao. What a scam.

krzysztofrapior
Автор

is it better than manually compare the time with new Date()?

farhanaditya