Ternary Operator - Beau teaches JavaScript

  Рет қаралды 55,636

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 43
@coolworx
@coolworx 7 жыл бұрын
I love the ternary operator. Here's FizzBuzz: for (let i = 1; i < 101; i++) { let sound = i % 15 === 0 ? 'fizzbuzz' : i % 5 === 0 ? 'buzz' : i % 3 === 0 ? 'fizz' : i; console.log(sound) }
@darnellg8599
@darnellg8599 4 жыл бұрын
I am using Codecademy Pro and this was a bit confusing in the lesson. This video explains it absolutely perfect. I understand the syntax and how it works. Thank you!
@RealToughCandy
@RealToughCandy 7 жыл бұрын
Can you do a lesson on how you type so fast! Holy moly! :) Great vid.
@BeauCarnes
@BeauCarnes 7 жыл бұрын
I speed up the video. :)
@thamimemel5477
@thamimemel5477 7 жыл бұрын
lmao
@iamwhatiam1221
@iamwhatiam1221 6 жыл бұрын
@@BeauCarnes liar liar pants on javascript. No you paste the code. I guess that ass was sarcastic in his comment towards you.🤗
@martinmuthie3665
@martinmuthie3665 2 жыл бұрын
I had a ternary operator quiz that was embedded in another ternary operator and couldn't figure out what was happening. Until I met Beau. Thanks a lot.
@lenonlong9817
@lenonlong9817 7 жыл бұрын
You are a god damn WIZARD!!! Loving your vids.
@juicetheballer
@juicetheballer 7 жыл бұрын
Interesting how you can assign a value to the variable in the ternary operator without having to use a semi colon. Can just one semicolon for the ternary itself, def learned something today. Thanks man
@MemasMaklas
@MemasMaklas Жыл бұрын
Great explanation. It's hard to understand from start, but with ternary operator you can write code in more organized way.
@BonesMuhroni
@BonesMuhroni 2 жыл бұрын
anyone else freaked out at how quickly he typed "You are an adult" and "You are a kid"?
@eammyuwe8458
@eammyuwe8458 6 жыл бұрын
Thank you for this video, It helped me pass a test.
@nooneknows663
@nooneknows663 5 жыл бұрын
in 4 minutes you explained everything. wooow Thank you
@theseigemeister
@theseigemeister 5 жыл бұрын
This helped me a lot. *Thanks Beau!*
@jeffbasos3258
@jeffbasos3258 5 ай бұрын
Bro was flexing on us with his fast typing.
@buttonman1831
@buttonman1831 3 жыл бұрын
Thank you, direct to the point!
@MrWardo2009
@MrWardo2009 5 жыл бұрын
Thank you! You are a JS Sensei!
@frankl216
@frankl216 6 жыл бұрын
this was an epic explanation
@__jake.m
@__jake.m 2 жыл бұрын
Thank you for this! :D
@calvinebun-amu5397
@calvinebun-amu5397 5 жыл бұрын
Thanks a lot, Beau :)
@heyman3731
@heyman3731 4 жыл бұрын
can anyone tell what is meant by three operand ?
@akhelikancha2179
@akhelikancha2179 3 жыл бұрын
what is the difference between ternary operator and if/else statement? which one is faster, suitable and apprioripate in which situation?? can you explain. thank you in advance.
@joshpaiva5597
@joshpaiva5597 7 жыл бұрын
Love the videos please keep it up! :)
@buralibya2152
@buralibya2152 6 жыл бұрын
Ternary Operator saved mi vida.
@arturdomanski7102
@arturdomanski7102 7 жыл бұрын
Good stuff sir!
@Human_Evolution-
@Human_Evolution- 3 жыл бұрын
Nested ternaries are wak yo. At that point we should be looking at switch statements. Right? Still learning...
@FelipeVanDerDonckt
@FelipeVanDerDonckt 2 жыл бұрын
beautiful, thank you
@maximocaceres4685
@maximocaceres4685 2 жыл бұрын
This dude is a fast typer
@0zec
@0zec 6 жыл бұрын
good example thanks bro
@mohammedabosetta5597
@mohammedabosetta5597 6 жыл бұрын
nice video what if firstcheck = true and secondcheck = true please explain
@sumof1510
@sumof1510 6 жыл бұрын
Then it would just return "Access Denied". secondCheck would be irrelevant
@LUX-OTTI
@LUX-OTTI 3 жыл бұрын
Thank you so much!
@lycan2494
@lycan2494 5 жыл бұрын
that thumbnail is hilarious lol
@BlackDev
@BlackDev 2 жыл бұрын
1k likes baby i feel honored love you fcc
@maryamzaki1097
@maryamzaki1097 2 жыл бұрын
thank you very helpful
@lycan2494
@lycan2494 5 жыл бұрын
why fcc videos so little views? should have at least 50k views in my book
@Mahdi-ug1qy
@Mahdi-ug1qy 4 жыл бұрын
my guy can type
@AllenZWalker
@AllenZWalker 7 жыл бұрын
very helpfull
@ahmedali-yz1zu
@ahmedali-yz1zu 6 жыл бұрын
😘😘😘😘😘😘😘😘😘😘😘
@penedeburro7239
@penedeburro7239 2 жыл бұрын
Bien
@charlesmullen8024
@charlesmullen8024 5 жыл бұрын
age >= 18 :p
JavaScript TERNARY OPERATOR in 6 minutes!  ❓
6:46
Bro Code
Рет қаралды 29 М.
Common Array Methods - Beau teaches JavaScript
6:46
freeCodeCamp.org
Рет қаралды 66 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Learn Ternary Operators In 9 Minutes
8:55
Web Dev Simplified
Рет қаралды 51 М.
Ternary Operator - Python Tips and Tricks #4
7:07
NeuralNine
Рет қаралды 10 М.
Closures - Beau teaches JavaScript
4:48
freeCodeCamp.org
Рет қаралды 75 М.
Switch Statements - Beau teaches JavaScript
3:20
freeCodeCamp.org
Рет қаралды 77 М.
What is the ternary operator ❓
4:41
Bro Code
Рет қаралды 25 М.
Spread and REST operators in Javascript
14:00
Hitesh Choudhary
Рет қаралды 57 М.
Conditional (Ternary) Operator, in JavaScript, Simplified
6:55
Deeecode The Web
Рет қаралды 1,1 М.
Template Literals (ES6) - Beau teaches JavaScript
9:43
freeCodeCamp.org
Рет қаралды 24 М.
Objects - Beau teaches JavaScript
8:40
freeCodeCamp.org
Рет қаралды 42 М.
JavaScript SPREAD OPERATOR in 4 minutes! 📖
4:55
Bro Code
Рет қаралды 45 М.
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН