I got the Colt Steele bootcamp and I’ve found your videos extremely helpful. I have issues learning at times (probably shoulda had an IEP in high school) and watching your videos on my phone before working on the topics in the bootcamp has been extremely helpful. Colt is a great teacher also, and having it explained two different ways is super helpful. I appreciate you and your channel! In the next few months when I’m a rockstar dev I’ll be giving you a shoutout 😆
@devworks8787 Жыл бұрын
3:50 i was having difficulty in understanding what was going on in graphQL code. But now am clear. thank you!
@johnnydriesen75753 жыл бұрын
@03:23 As a third option, I would suggest... const {first, last, age, address} = me; So you can write console.log(`${first} ${last} is ${age} and lives at ${address}`);
@JamesQQuick3 жыл бұрын
That’s a great suggestion!
@menelismthembu90443 жыл бұрын
I like this suggestion. I first used it on React when I destruct
@tekleabdesta19393 жыл бұрын
I don't know why you solve my problem? What do you want?! 😁 I were confused how people working with this. Thank You!
@pasijademiri1612 жыл бұрын
You are Great! Keep going
@akindipejohn25952 жыл бұрын
Potter's neighbour innit? 😉 Great video 😁
@alihasadd10 ай бұрын
Very well explained! I just didn't understand the graphQL part...
@RobertoDeMontecarlo3 жыл бұрын
New subscriber here! Great work with this channel.
@guzidev3 жыл бұрын
Which extension do you use to show console log preview ? Thanks nice video
@lucasmendonca21973 жыл бұрын
Quokka.js
@abbaadamu39273 жыл бұрын
Thanks sir 🔥
@Derfinater3 жыл бұрын
Hola James what is that VSC theme? Looks awesome.
@arnav13643 жыл бұрын
Midnight Synth
@brian12043 жыл бұрын
Dursley’s!
@JamesQQuick3 жыл бұрын
Yassssssssss
@Eric-co9br3 жыл бұрын
Hey ya'll, at time 2:01 and other times, how did you scroll to the side without using the scroll bar? I know for up and down it is the mouse wheel. ty Great info!
@LittleLily_3 жыл бұрын
Some mice have extra buttons that activate when you push the scroll wheel to the left or right and those are usually mapped to scrolling to the side. Some Apple mice also have scroll balls that can move in any direction rather than scroll wheels.
@bruhmoment37313 жыл бұрын
0:59 Harry Potter reference :)
@JamesQQuick3 жыл бұрын
So many lol
@karthiksharma54383 жыл бұрын
the address is obvio harry potter's uncle's residential address
@JamesQQuick3 жыл бұрын
Yayyyyyy :)
@BathingAfrican2 жыл бұрын
is it ok to use template literals or HTML strings without an HTML file?
@JamesQQuick2 жыл бұрын
Yeah template literal strings would be in JavaScript files. Not in your HTML files.
@astralmaster169211 ай бұрын
Literal string are ${pissing me tf off};
@maguedprograming30973 жыл бұрын
That is not a good video for begainers In Javascript or in programming