Top 5 most useful JavaScript Tips and Tricks 2020

preview_player
Показать описание
In this video I teach you the most useful Javascript Tips and Tricks I have come across in my career as a Software Engineer and Frontend Developer, as well as how to not kill yourself on a pilates ball... It was as real as it can get! haha

In this tutorial you will learn about:

1. Filtering Unique Values from an Array
2. Short-Circuit Evaluation
3. Smart way to convert Floats to Integers
4. Getting the last Values from an Array
5. Conditionally Setting Variables

I hope you guys enjoy this tutorial, it's definitely different than what you expect a standard tutorial to be - so I hope you like learning with me in a fun way!
If you want more tips and tricks like this, I have a few cool ideas so leave a thumbs up or a comment below to let me know!

Happy coding everyone!

If you like my channel, please consider subscribing! If you are a fellow coder, drop me a message!

MUSIC BY ► @epidemicsound

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

Haha beginning made me laugh (me debugging newly written code in a nutshell)

Fe-zmrq
Автор

Happy to know I'm using all these on regular basis.

hardikthakar
Автор

First video I watched on your channel. You seem to be a friendly and charismatic person, and I liked how the video was so fast paced. I'm very amazed man, keep going :)

Crackhog
Автор

Ha ha ha 🧡❤🧡💚💛 🙉 🤣.Bardzo wartościowy i merytoryczny przekaz

elzbietagrebowska
Автор

Want to know more about Js and react js, your way of explaining is awesome, can you make videos on that ?

hemantkatudia
Автор

It starts in 1:24
#3 dude, that's awesome casting! how does it even works?

frontend
Автор

Whats the name of theme and font u r using.. Plz reply

BharatPawar
Автор

This video was so helpful. Thank Mann!! :D

ratul
Автор

Amazing video Filip or should I say Gerge ;) As always, great content! :D

pierrecharles
Автор

Great teaching approach! where are you from Filip? Origin ? I can guess the Balkans ;)

nikolabogdanovic
Автор

Can you make a coding tutorial? anything you want to teach. tutorials may help you to gain subscribers hehe

spcykun
Автор

Hey bro, when to learn React js? Now I have left 1 year of college and I want to master in React js but after learning all about React js and I was ask from someone that "is that good to learn React js now" he told me "in market they need at least two or more year of experience in development" so what should I do?
Should I leave or continue or any suggestions?
Thank you

iUmerFarooq
Автор

I was using lodash's uniq function to get the unique values. Oh my god... I feel.. betrayed.. 😰 Also to get the last element in an array I would just simply use array[array.length-1]. Your way seems easier but in my opinion using array length is more readable but they are both approachable, unless I were to get the last n elements, in that case of course yours would definitely beat it 😂 good job again! I still have much to learn. 💪

cansuaksu
Автор

Nice!!! haha can you please recommend some good nodejs projects.

justclips
Автор

array[array.length - 1]
Wouldn't that also be a solution for #4?
At least thats how i would do it in C#

Fe-zmrq