JavaScript VARIABLES are easy! 📦

  Рет қаралды 74,119

Bro Code

Bro Code

Күн бұрын

Пікірлер: 48
@ЕкатеринаБарабашова-л2э
@ЕкатеринаБарабашова-л2э 3 ай бұрын
Simple and very methodological explanations I've ever seen. Deeply thankful for your job :)
@GiftMthimunye
@GiftMthimunye Жыл бұрын
Wow never knew it was this easy great explanation 💪
@BroCodez
@BroCodez Жыл бұрын
// variable = A container that stores a value. // Behaves as if it were the value it contains. let fullName = "Bro Code"; let age = 25; let isStudent = false; document.getElementById("p1").textContent = `Your name is ${fullName}`; document.getElementById("p2").textContent = `You are ${age} years old`; document.getElementById("p3").textContent = `Enrolled: ${isStudent}`; My website
@RealReeks
@RealReeks 8 ай бұрын
The ${} just isnt working for me
@aliayob4001
@aliayob4001 4 ай бұрын
​Because you aren't using the same type characters that he is using for the string​. Use ` not '@@RealReeks
@staniokstqrtwyr89
@staniokstqrtwyr89 4 ай бұрын
​​@@RealReeks Probably you are using a single quote ' instead of a back tick `
@SourovChandraBarmon
@SourovChandraBarmon 3 ай бұрын
🥰
@runaway4358
@runaway4358 4 ай бұрын
Ohh finally i found a perfect channel for learning JS, thanks BroCode.
@sunnywunny
@sunnywunny Ай бұрын
the biggest betrayal ever would be if Bro came out and said that his favourite food wasnt actually pizza and he just said it and went with it.
@DoNsMaK190
@DoNsMaK190 11 ай бұрын
U are the the most giga chad on youtube ever thanks!!
@saimothi6715
@saimothi6715 8 ай бұрын
thank you so much sir.. for great & clear explaination
@helioobianchi
@helioobianchi 7 ай бұрын
Thanks, bro. You're a real bro 💪
@piotrmazgaj
@piotrmazgaj 3 ай бұрын
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@wewindows1
@wewindows1 Ай бұрын
i wish you were my professor in my university
@TheStRaX_
@TheStRaX_ Жыл бұрын
My bro codes, by watching bro code
@chibuezealaekwe4212
@chibuezealaekwe4212 7 ай бұрын
This is great, thanks
@IBAÑEZJAYNIEL
@IBAÑEZJAYNIEL 9 ай бұрын
Thankyou so much
@younestrigui5446
@younestrigui5446 Жыл бұрын
bro ! you are the best ever
@Fad-kun
@Fad-kun Ай бұрын
Thanks
@ArteenAhmadzadeh
@ArteenAhmadzadeh Жыл бұрын
Im i the only one who can see these?
@peaklegacy146
@peaklegacy146 Жыл бұрын
This video is unlisted. That means you can only see this video if you have the link to it. You got the link by clicking on the video at the end of the previous video
@Luxury_Deluxe_original
@Luxury_Deluxe_original 4 ай бұрын
See what?
@medad1877
@medad1877 Жыл бұрын
I wrote console.log('you are ${age} years old'); like this but it's not typing the number of age, it's just write the ${age} like this in the out put, I don't know what is my mistake. help me ...
@АнатолійБагняк
@АнатолійБагняк Жыл бұрын
Try to use ` instead of " or '
@BroCodez
@BroCodez Жыл бұрын
@medad1877 use backticks ` ` not apostrophes ' ' They do look similar
@alfiemccalfry6635
@alfiemccalfry6635 8 ай бұрын
You might be viewing the wrong section. I was getting frustrated for a while until I realised it was because I was viewing the source instead of the console on the browser.
@damiancruzpino6988
@damiancruzpino6988 Күн бұрын
same happened to me haha, I came from learning python, but it seams in js is this things `` instead of "".
@antoindustries6774
@antoindustries6774 Жыл бұрын
👍👍👍👍
@EledeRR
@EledeRR Жыл бұрын
Here before it gets released to public
@Talaleyachoo
@Talaleyachoo 2 ай бұрын
Cs get degrees,best line ever😂
@oluwajomilojuajagbe5928
@oluwajomilojuajagbe5928 4 ай бұрын
Hi, Good day. Please what is the difference between .innerHTML and .textContent
@izume530
@izume530 11 ай бұрын
I'm getting this error when i try to run it even when i copied and pasted everything from the comment or the video Uncaught TypeError: Cannot set properties of null (setting 'textContent') what should i do?
@ShineOnStar
@ShineOnStar 11 ай бұрын
place at the end of body
@RealReeks
@RealReeks 8 ай бұрын
at the end of which body cause its not working for me either @@ShineOnStar
@Muuslim7777
@Muuslim7777 8 ай бұрын
when I write ${} the compiler read it as string what the solve ??
@thatkid-memeandedit2341
@thatkid-memeandedit2341 7 ай бұрын
Use backticks => `` Don't use these=> " " or ' '
@00CrayZ000
@00CrayZ000 Ай бұрын
use the shortcut ctrl + / after selecting the command to make it as a comment
@Ahilanims2024
@Ahilanims2024 13 күн бұрын
But i can still learn it with eaze
@DataFlux-k5t
@DataFlux-k5t Жыл бұрын
i wish i could give you a Pizza😍😍
@mijana961
@mijana961 Жыл бұрын
Just want to let you know i love you
@Ahilanims2024
@Ahilanims2024 13 күн бұрын
um yeah im just a 9 year old im not in high school
@tychedev
@tychedev Жыл бұрын
what happened??
@a.1023
@a.1023 11 ай бұрын
let x; x = 100; console.log(x) Let age=25; console.log(age) / console.log (`you are {age} years old`)
@AvisSpoofer
@AvisSpoofer 6 ай бұрын
whats the difference between var and let
JavaScript ARITHMETIC OPERATORS in 8 minutes! ➕
8:28
Bro Code
Рет қаралды 42 М.
If statements in JavaScript are easy 🤔
15:58
Bro Code
Рет қаралды 40 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
Каха и лужа  #непосредственнокаха
00:15
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 17 МЛН
Variables in Java ✘【12 minutes】
12:32
Bro Code
Рет қаралды 216 М.
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 634 М.
JavaScript FUNCTIONS are easy! 📞
12:14
Bro Code
Рет қаралды 42 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 484 М.
The different types of JavaScript functions explained
14:47
Kevin Powell
Рет қаралды 43 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 247 М.
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 13 МЛН
JavaScript CONSTANTS are easy 🚫
7:42
Bro Code
Рет қаралды 27 М.
Learn JavaScript Event Listeners In 18 Minutes
18:03
Web Dev Simplified
Рет қаралды 594 М.
How to accept JavaScript USER INPUT in 5 minutes 💬
5:22
Bro Code
Рет қаралды 79 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН