Learn TypeORM in 10 Minutes
9:29
9 ай бұрын
How to use Pipes in Angular
7:01
10 ай бұрын
Quick example of using Angular Forms
10:03
2-Way Data Binding in Angular
8:46
Angular Components Beginners Guide
10:39
How to use Angular Templating
9:22
How to fix the JSON parse error
11:03
Hugo Blog Tutorial: Deployment
9:14
Пікірлер
@ourmaths8293
@ourmaths8293 Күн бұрын
For Exercise 2, this method worked . console.log( JSON.stringify(objA)==JSON.stringify(objB) ) Unfortunately, what was n the video didn't work, maybe the latest JS wont support that.
@sg_krrishkapoor
@sg_krrishkapoor 2 күн бұрын
Link is not clickable 😢
@amdlina2999
@amdlina2999 2 күн бұрын
Thank you!
@unknown-di4fv
@unknown-di4fv 2 күн бұрын
Instead of getting the server IP which anyone can get from the domain, you can get the user's IP from the server/backend using Express.js, which also makes it much more secure.
@gabriellundmark
@gabriellundmark 3 күн бұрын
It’s not a Wi-Fi button, it’s presence detection. But you held the unit upside down so it was hard to tell.
@colinrobinson9674
@colinrobinson9674 11 күн бұрын
Fantastic Script! is it possibile to add a little bit of blur to the snowflakes ?
@DEMON-jg3zl
@DEMON-jg3zl 15 күн бұрын
at 7:28 this code is actually wrong or not reliable for numbers greater than 100 (e.g., let a = 101, b =102 now it will check if 100-101 is less than 100-102 which is false "since -1 > -2 " therefore it will give 102 answer which is not the closest here.) "Everything can't be done useing ternary operator"
@mecool7073
@mecool7073 20 күн бұрын
for ex2 i did this: const evenNumbers=(num)=>Math.floor(num/ 2)+1 console.log(evenNumbers(10)) do you agree?
@mecool7073
@mecool7073 20 күн бұрын
for ex4 (hexa code one) i did this : const rdmHexa=()=>[Math.floor((Math.random() * 255) ).toString(16),Math.floor((Math.random() * 255) ).toString(16) ,Math.floor((Math.random() * 255) ).toString(16)].toString().replace(/,/g, ""); ;
@lebradivardo9621
@lebradivardo9621 21 күн бұрын
Лох тупой
@TomLivingston
@TomLivingston 21 күн бұрын
I am surprised that just declaring 'color' on the svg did anything, as opposed to using fill on a path
@biancastefania1392
@biancastefania1392 23 күн бұрын
Exercise 5 paragraph.innerText = paragraph.innerText.split('?').join('🤔').split('!').join('😲');
@biancastefania1392
@biancastefania1392 23 күн бұрын
Thank you! :)
@Sneha_srishti
@Sneha_srishti 24 күн бұрын
Helpfull 🥹❤️
@taylorchen678
@taylorchen678 25 күн бұрын
Why the script is placed in head section instead of right above the body end tag and what does the defer property do?
@selayossi
@selayossi 25 күн бұрын
Thank you, a high level
@muneerak1833
@muneerak1833 27 күн бұрын
Exercise 5 const replaceFirstNumWithDoller=(str)=>{ let arry=checkAnyNum(str) for(i=0;i<arry.length;i++){ if(!isNaN(arry[i])){ arry[i]='$' break; } } return arry.join('') } const checkAnyNum=(str)=>{ let arry=str.split('') return arry.filter((x)=>!isNaN(x)).length!==0?arry:`there no digits in String` } console.log(replaceFirstNumWithDoller('hbf7iasb87'))
@camo4970
@camo4970 28 күн бұрын
EXERCISE 5: const depts = people.map(x=>x.department) function how_many(arr){ let freq = [] for (rep of arr){ if(rep in freq){ freq[rep] += 1 } else{ freq[rep] = 1 } } return freq } console.log(how_many(depts))
@reactdevops
@reactdevops Ай бұрын
Simple, short a useful video. Great job!
@Alishahlakhani
@Alishahlakhani Ай бұрын
God Bless you sir
@NoobCoderlvl1tinfinite
@NoobCoderlvl1tinfinite Ай бұрын
i used the opacity property to that model when btn clicked the model will appear like opacity to "1" and when clicked on the model window the opacity is set to 0 which will make it disappear
@Bayzon08
@Bayzon08 Ай бұрын
Exactly what I needed thanks!
@gab5233
@gab5233 Ай бұрын
For Exercise 2 It can be const getCount = (str) => { let vowelsCount = 0; for(let char of str) { if("aeiou".includes(char)) vowelsCount++; } return vowelsCount; } or const countLetters = (str, letter = ["a", "e", "i", "o", "u"] => str .split(" ").filter((ch) => letter.includes(ch)).length;
@HariPrasad-vj9os
@HariPrasad-vj9os Ай бұрын
Love this course!! Really good for beginners...Thank You Bubb
@ВладГорбач-ъ2ч
@ВладГорбач-ъ2ч Ай бұрын
U are the best
@heyknown
@heyknown Ай бұрын
Can we redirect from post end point ??
@vamsimunukoti4857
@vamsimunukoti4857 Ай бұрын
For last example, I have used some method instead of find method as it would be more meaningful.
@zen.ali238
@zen.ali238 Ай бұрын
You got my subs, Thank you.
@zen.ali238
@zen.ali238 Ай бұрын
Thank you for the tutorial, well explained everything 🔥
@BrunoJeff-m3u
@BrunoJeff-m3u Ай бұрын
57692 Rodriguez Expressway
@shvo17
@shvo17 Ай бұрын
i am a biggineer in js. thanks for making this kind of project. it helps me. keep doing it sir.
@maoucheilhame6742
@maoucheilhame6742 Ай бұрын
Where are writing the code ?node js?
@billkeithchannel
@billkeithchannel Ай бұрын
So is a video player that much different? I have the Rumble script to embed a player but they don't have playlist support only individual videos so I want to make my own custom list and have it autoplay once a video is done. I also want it to play the audio in the background if the page is loaded using a phone. I also have been using blogger as my sandbox for testing code and wonder if this code will work there? So if you use an actual URL to a song or video will it load it from the web?
@lonewolf6160
@lonewolf6160 Ай бұрын
Subscribed. Thanks
@Yassir.A.P.
@Yassir.A.P. Ай бұрын
Nics
@emiliorodrigues270
@emiliorodrigues270 Ай бұрын
Obrigado pelo otimo conteudo!! Fortaleza - Brasil - Go JS!!!
@HARININALLA
@HARININALLA Ай бұрын
while i am using same tags as well as same attritubes but i cant get the ouput same like u why sir
@Abd-Shajan
@Abd-Shajan Ай бұрын
The way you teach us JS coding is really impressive. I could understand it line by line. Thank you man.🎉
@ProductiveYouTube
@ProductiveYouTube Ай бұрын
What terminal prompter do you use which gives you the commands and their meanings as well? I have Oh-My-Zsh installed on my Mac as well however, I'm curious to know!
@jolerojosta
@jolerojosta 2 ай бұрын
can't we just do paragraph.innerText = paragraph.innerText.replaceAll('?','🤔').replaceAll('!','😲') for exersise 5?
@lifegivesuslemons421
@lifegivesuslemons421 2 ай бұрын
your the man. thank you for this wonderful video.
@kehindeoluwadamilare5594
@kehindeoluwadamilare5594 2 ай бұрын
Lovely Video @codewithbubb, I have a question, It's about the Star Rating, I noticed when the app started with the empty class of the star content if I select the last star it changes to filled which is fine, but when I select the last star again it doesn't change or reduced back to empty, except I selected on the fourth or the 3rd or any other than the 5th star, if I select on the 1st star and it changes to filled, when I select back the 1st star it doesn't change back to empty...??
@DanielReardon-s9t
@DanielReardon-s9t 2 ай бұрын
Clark Frank White Matthew Taylor Jessica
@РодионЧаускин
@РодионЧаускин 2 ай бұрын
Hernandez Betty Miller Donna Rodriguez Karen
@thenorthafricanprince2335
@thenorthafricanprince2335 2 ай бұрын
for q1) my method: let num1 = 100 let num2 = 0 if(num1 + num2 === 100) { console.log("true") } else { console.log ("false") }
@DeadSoul26-o4q
@DeadSoul26-o4q 2 ай бұрын
How is the file called style.scss
@motivate_now108
@motivate_now108 2 ай бұрын
bro can you tell me how to get this type of images ?
@Zombie101
@Zombie101 2 ай бұрын
ok but... you cant TURN OFF THE RUDDY LEDS on the bar itself. FAIL
@RaoufHamaissia
@RaoufHamaissia 2 ай бұрын
in exercise 1 we can do this : const result = x > 100 || y > 100 || x + y === 100 ? true : false; console.log(result)
@INDClashers
@INDClashers 2 ай бұрын
6:42 Exercise 3 const isSortedOrder = (arr) => { return arr.every ((num, index) => num <= arr[index+1]); }