JavaScript FUNCTION EXPRESSIONS in 7 minutes! 🐣

  Рет қаралды 22,112

Bro Code

Bro Code

Күн бұрын

Пікірлер: 10
@BroCodez
@BroCodez Жыл бұрын
// function expressions = a way to define functions as // values or variables const numbers = [1, 2, 3, 4, 5, 6]; const squares = numbers.map(function(element){ return Math.pow(element, 2); }); const cubes = numbers.map(function(element){ return Math.pow(element, 3); }); const evenNums = numbers.filter(function(element){ return element % 2 === 0; }); const oddNums = numbers.filter(function(element){ return element % 2 !== 0; }); const total = numbers.reduce(function(accumulator, element){ return accumulator + element; }); console.log(total);
@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.
@hunin27
@hunin27 Жыл бұрын
thanks bro! Can we do a big project to work on with all the things we will have learned? maybe in a week? ( also a normal project is okay. but a bigger one would be better for all of us and i think you would also get more views. also maybe do some shorts on youtube with some tips and tricks to gain subscirbers. thanks ❤
@adityashinde7815
@adityashinde7815 9 ай бұрын
const sayThanks = function () { console.log("Thank you! Bro Code"); }; sayThanks();
@oakleypankratz8547
@oakleypankratz8547 5 ай бұрын
channel lives up to its name gg gro
@revodevan1394
@revodevan1394 Жыл бұрын
thank you brocode, you are my bro 🌟🌟🌟
@gichuhisamuel4387
@gichuhisamuel4387 Жыл бұрын
Thank you bro 😎
@bhuvandwarasila
@bhuvandwarasila 2 ай бұрын
fire bro
@FuadTesfaye-e1b
@FuadTesfaye-e1b 4 ай бұрын
bro please teach us typescript
@Blitz61wasd
@Blitz61wasd Жыл бұрын
Django course please
Learn JavaScript ARROW FUNCTIONS in 8 minutes! 🎯
8:02
Bro Code
Рет қаралды 41 М.
JavaScript Functions
5:38
Programming with Mosh
Рет қаралды 445 М.
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 15 МЛН
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 18 МЛН
Python Classes in 1 Minute!
1:26
b001
Рет қаралды 260 М.
Word Ladder
21:53
EppsNetSolutions
Рет қаралды 8
Why Context Matters
2:26
Augment Code
Рет қаралды 72
📥 ¡Aprende a usar el atributo "download" en HTML!
3:23
dev.joseluis
Рет қаралды 22
Minimum Genetic Mutation
20:30
EppsNetSolutions
Рет қаралды 15
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН