Тёмный

Variables & Data Types | Javascript | Tutorial 6 

Giraffe Academy
Подписаться 308 тыс.
Просмотров 45 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@melvinmerlos8851
@melvinmerlos8851 6 лет назад
Not sure why anyone down voted, this is a great high level intro into coding in JavaScript for someone who has never coded before. 10/10!! Thank you :)
@Lyrik-Klinge
@Lyrik-Klinge 3 года назад
I also think so!
@MalkiaMmoja
@MalkiaMmoja Год назад
Mike is definitely the best when it comes to explaining difficult things in a simple way.
@superprocz
@superprocz 4 года назад
I know c# because of Mike.I know HTML because of Mike.I know CSS because of Mike.I learn JS because of Mike. Mike you are the best yt teacher
@001minky
@001minky 5 лет назад
I like your description of how when you're moving and you write outside the box what is in the box. That makes it an easy way to think about naming.
@tsvetelinkarev3080
@tsvetelinkarev3080 3 года назад
Now I see why my teacher wanted me to learn C++ first. It is basically the same thing here. You make great tutorials, I have already learned HTML and CSS from your videos and I am amazed how good you explain everything. Thank you!
@simbaevans.3301
@simbaevans.3301 4 месяца назад
Finished with Tutorial 6 .Thanks to Mike
@janaewelsh8056
@janaewelsh8056 2 года назад
Wow that box analogy is such a great way of putting it
@ugochukwuisinguzo710
@ugochukwuisinguzo710 4 года назад
You're the best tutor Mike!
@marye1218
@marye1218 5 лет назад
Excellent, comme les tutos précedents !
@manthan5235
@manthan5235 4 года назад
Amazing tutorial. i understood all the concepts.
@adante407
@adante407 6 лет назад
Great Tutorial. Can you compliment this series with some ES6 Tutorials? Be great! 👌👍😄
@mdmerajpasha6303
@mdmerajpasha6303 4 года назад
awesome explanation bro👌👌👌
@subhajitadhikary5444
@subhajitadhikary5444 4 года назад
great resource my man, thanks...
@travisjones9799
@travisjones9799 Год назад
Mike, I love you man!! You are truly the 🐐!!
@stiven2082
@stiven2082 4 года назад
Thank you mike, this is the best tutorial for me :)
@vitorrigolon123
@vitorrigolon123 4 года назад
great
@isabellaoliveira4791
@isabellaoliveira4791 2 года назад
I love all your videos, I just missed a visual part of this video like this is strings lol english is not my first language so sometimes is hard if it’s not visual.
@lagimmediafiles6478
@lagimmediafiles6478 5 лет назад
var phrase = "Hellow RU-vid!"; document.write( phrase );
@illegalrepost213
@illegalrepost213 5 лет назад
You did that isMale example in C# tutorial too. You are a verified male i see.
@prajinshankarkarthik8013
@prajinshankarkarthik8013 3 года назад
🤣🤣🤣
@SantoshLLC
@SantoshLLC 3 года назад
@Peter Rezkalla C++ too
@moularaoul643
@moularaoul643 4 года назад
Thanks!
@ALLINONE34675
@ALLINONE34675 3 года назад
What editing app you using please tell
@t6hp
@t6hp 3 года назад
Imagine getting this kind of high-quality content for free while the dude only asks for donations, and some asshole somewhere decides to downvote! Mike, I seriously love the way you explain everything! I'm not sure about what I want yet ( Font-End or Android) But I'm sure you'll be my main source of info in my learning journey this year. I plan to contribute a big bonus to your donations box once I'm done. Also, contact me if you're ever in Egypt, I can help you get around and you'll get a gigantic king-sized Alexandrian seafood meal from me. :D
@radoshefa
@radoshefa 2 года назад
Do you have udemy course?
@syedsaadali420
@syedsaadali420 3 года назад
HATES OFF MIKE YOU ARE LEGEND .....
@vsmservices7173
@vsmservices7173 2 года назад
I liked this video
@fienoz
@fienoz Год назад
6:39 Mike you were about to say “True False Statement” 😂😂 aren’t you?
@computerlover9290
@computerlover9290 3 года назад
i didn't understand the whole number and decimal part starting from 6:20 can someone explain?
@cretorn1
@cretorn1 2 года назад
It some languages they require a different code for storing decimals and integer, lets say in c++ you need to use "int" to store integers and "double" to store decimal numbers, because they are recognized as different data types, but with javascript you can just use "var" and without quotation marks.
@Monkey_Girl7
@Monkey_Girl7 4 года назад
100/100
@jee_jenish6166
@jee_jenish6166 4 года назад
seriosuly....var mikeflaws=null;
@coolio3267
@coolio3267 6 лет назад
What's the diffrence between consle log and document.write
@illegalrepost213
@illegalrepost213 5 лет назад
console.log outputs to the browser's console if you use the inspect element tool and go to the console tab you will see whatever was in console.log while, document.write outputs info to the screen.
@universal4334
@universal4334 4 года назад
👏👏
@RemixCinematic
@RemixCinematic Год назад
without var its working too. idk why
@rohitkumbhar4689
@rohitkumbhar4689 6 лет назад
whose that @#$#% giving dislikes on my brothers videos
@henryward8311
@henryward8311 4 года назад
I tried to combine a string into itself...
@balamdavinci
@balamdavinci Год назад
alert("Thank you Mike!");
@codebyaaryan6461
@codebyaaryan6461 3 года назад
Advice 1: dont use var use let or const (for creater and viewers) Advice 2: Dont copy paste source code (for veiwers)