For "build a square", my first instinct was to do return ("+".repeat(i) + " ").repeat(i).trim()
@MarquesaBarbula Жыл бұрын
Beautiful! like watching a pianist excecuting a beautiful composition. Bravo!!!
@tsunamas Жыл бұрын
I'm re learning how to code after a time making hand work, I had to quit due to stress, and this is really helpful! Thank
@MyCodingDiary Жыл бұрын
I learned so much from this video. Thank you for sharing your knowledge with us!😇❤
@atlantic_love Жыл бұрын
What did you learn?
@DipamSen Жыл бұрын
I like how you solved almost all the problems with reduce()
@neddev2990 Жыл бұрын
This is awesome. I've got a lot to learn!
@adarshdesai3081 Жыл бұрын
Great Video. Love your content : ) Could you please make more content/tutorial on Next JS, Graph QL or Tanstack Query?
@v333b Жыл бұрын
Okay, that thumbnail is just 🤌🤌
@irawsum Жыл бұрын
This was a fun video to watch! That double init/function copying did cost you some time and is totally a mistake I would make lol.
@babyboie20 Жыл бұрын
Wow I def need to work on my skills, your moving so fast!!
@YellowPanamka Жыл бұрын
This is so fun!
@imchiennb Жыл бұрын
Hi CJ, i’m watching a lot of your videos, and see that your app “time break”(like pomodoro) you’re using so helpful. Could you tell me what is app are you using?
@CodingGarden Жыл бұрын
It is called TimeOut More info here: github.com/codinggarden/faqs#what-is-that-break-reminder-that-keeps-popping-up
@anasouardini Жыл бұрын
I though I'll find your channel on odysee!!
@sefayazc4454 Жыл бұрын
Thans a lot :) Here my solution of Digit explosion ==> function explode(x) { return x.replace(/[0-9]/g, (m) => m.repeat(+m)); }
@cubuanic Жыл бұрын
The length of the video is 7:18 But 7 minutes and 77 seconds is 8:18 Seems you've stolen one minute from yourself 😂