i like this one a lot! the lesson was bite-sized and has an easy-access interactive game. you've obviously been putting a lot of thought into these latest videos!
This is really cool! I followed along to make a little smart contract invocation tool, my first console app. Works a charm and looks awesome thanks to you!
@@lauralegerofficial I guess it's possible that TH-cam automatically removes the heart if you edit the comment. I imagine a lot of people would abuse it otherwise.
By the way, the built-in "util" dependency lets you "promisify" callback functions. const sleep = require("util").promisify(setTimeout); ... await sleep(2000);
I know java script just about as well as I know Chinese and I couldn't tell you a single Chinese word to save my life. This video was a mostly irrelevant autoplay, yet I watched the entire video. Watched partially because I've always been fascinated by the seemingly limitless potential of code but also because I was genuinely impressed by the presentation.
I remember when I created my first cli at 12 yrs old, 25 years ago. Had no internet, no tutorial. Just wanted to make an rpg with what I knew of programming at the time.
Had my PC open to repo of CLI tool our company ships, need to rewrite the whole and this video pops up on my feed. awesome 😎. thanks for great content.
Programming isn't about what you know; it's about making the command line look cool. Though I'm late, but this quiz is really nice. I love your videos and they have been helping me with motivation to code. Thanks Fireship
Dude you're a coding beast on a another level in terms of your creativity, content and short & sweet presentations without having showing your face as yet
Watch TH-cam tutorials, find problems then google solutions until you lose your mind and you go to sleep, you wake up and you have an incredibly simple solution in mind that you somehow missed staring at the screen for hours. Coding is mostly just staring at the screen wondering why it doesn't work, the rest of it is starting at the screen wondering why it does work.
Any update on when you'll be covering Lua? I saw somewhere it's on your to-do list, it's the language that first got me into programming so am quite excited for that one! :D
Brooo, I can't believe I showed up in your video! I'm not sure how I was the first comment for the colors.js sitation either, that was some crazy random timing for how big of a thread that turned into 😅
thank you for putting the sourcecode out so i wouldn't have to download node to run it, Programming isn't about what you know; it's about making the command line look cool
ohh man that was literally awesome and easy for the one who look at the git source code but it's too late now but still I'm a winner coz `Programming isn't about what you know; it's about making the command line look cool`.^_^
Programming isn't about what you know; it's about making the command line look cool
Good job, that was fast
Awesome
Well played
damn
too late
ahhh
Programming isn't about what you know; it's about how fast you can clone the repo and cheat the contest by peeking the source code.
TBH, thinking outside of the box is a good skill for a programmer too
UR INSANE GUY
Or just unpgk
@@parzh thinking outside of the box is just the way you manipulate the cloned repo source code to build your own
Programming is about taking someone else's code and making it better.
Programming isn't about what you know; it's about how fast you stackoverflow
Bruh!
Bars
foo!
@@patsagorn bar
lol well said
Programming isn't about what you know; it's about making the command line look cool You literally made me upgrade my node js to do this
@Nimstad guess I was not smart enough 😅
Lmao
Make sure all your other projects are working
The only reason I got all questions right the first time was because I watch this channel. Keep up the good work Jeff!
Fireship: NEVER fails to fulfill a promise. ❤️
As long as you don’t mind awaiting it
Yeah. Or like "never reject to resolve a promise"
Haha, glad others found the joke here.
Even async ones
One of the coolest parts of watching you over the past couple of years is seeing your progress. Amazing really!
2 min in and I learned like 5 things a 5 hour tutorial didn't tell me, 2 more min in and ive leraned 5 more things. Love this channle
YOOOO THIS VIDEO IS SICK!!! I was looking to build my own command line tool. Thank you!!!
I am Your Subscriber too Bro.
I am From India.
@@iamthehimansh2980 Ok
i like this one a lot! the lesson was bite-sized and has an easy-access interactive game. you've obviously been putting a lot of thought into these latest videos!
This is the most useful tutorial I've seen for this topic! Thank you so so much for your work!
This is really cool! I followed along to make a little smart contract invocation tool, my first console app. Works a charm and looks awesome thanks to you!
Oi! My packages aren't useless! Stellar job as usual Jeff, your videos are always a joy.
This is really cool, I never thought the command line could look this beautiful
Another video from my favorite TH-camr.
Your videos have helped me so much, thank you Fireship.
I can't believe I got noticed by Fireship! Also somehow when I edited this comment I lost the little highlight from fireship.
Programming isn't about what you know; it's about making the command line look cool
@@lauralegerofficial I guess it's possible that TH-cam automatically removes the heart if you edit the comment. I imagine a lot of people would abuse it otherwise.
@@lauralegerofficial lol get rekt
By the way, the built-in "util" dependency lets you "promisify" callback functions.
const sleep = require("util").promisify(setTimeout);
...
await sleep(2000);
also left-pad left pads a string, btw
Better to use the setTimeout function from timers/promises.
you cannot use top-level-await outside modules
import { setTimeout as sleep } from "timers/promises"
await sleep(2000)
Hmm, but you still don't have a built-in promise-like sleep function, you still need to declare it...
@@HuntingKingYT It is built-in, just not global.
I know java script just about as well as I know Chinese and I couldn't tell you a single Chinese word to save my life. This video was a mostly irrelevant autoplay, yet I watched the entire video. Watched partially because I've always been fascinated by the seemingly limitless potential of code but also because I was genuinely impressed by the presentation.
First of all, that was a super cool and amazing video.
second, you just gave me an idea that I'm going to do right now.
BEST Channel, keep it up
I love this video - I'm new to JS and seeing you break down all these useful packages is super cool! Thanks :)
Imagine building all of it without any packages. That would be a nice and informative video to watch.
I actually have encountered so many useful videos from you, that I decided to subscribe. Thank you, sir.
Dude I've been working with javascript for 8 years and I just now learned that string literals in javascript insert line breaks... my mind is blown.
2:11 the "Hi mom" hurts a lot now. Take care fireship we are very proud of you.
I remember when I created my first cli at 12 yrs old, 25 years ago. Had no internet, no tutorial. Just wanted to make an rpg with what I knew of programming at the time.
The amount of content you are posting, i am liking it.
Every video of yours I watch makes me want to replicate all the cool JS libraries you show in the languages I know.
You are pumping out content. Love it!
In just 6:24 min. you explained too much useful tools/libs, thank you very much
Is it just me or does this video get BETTER each time?
Much awaited topic. Thank you sir.
I had the idea to build a small cli game using node for a role I'm applying, this helped me immensely, thanks!
This guys videos are so good atm!
Good project. Observation: minute 3:03, use setTimeout(ms), from 'timers/promises'.
Had my PC open to repo of CLI tool our company ships, need to rewrite the whole and this video pops up on my feed. awesome 😎.
thanks for great content.
Programming isn't about what you know; it's about improving technology
Your sense of humor is amazing...
Another great video as always. Really looking forward to the full Prisma tutorial
Programming isn't about what you know; it's about making the command line look cool
I think i wasn't the fastest XD
That was funny :D
It's amazing how colors speak to me even in CLI :D
This video was awaited asynchronously!
Legend of the Red Dragon was one of the best command line/BBS door games ever made.
U R best programming channel in youtube
Programming isn't about what you know; it's about making the command line look cool.
Though I'm late, but this quiz is really nice. I love your videos and they have been helping me with motivation to code. Thanks Fireship
thank you bro this is exactly what i need right now
Dude you're a coding beast on a another level in terms of your creativity, content and short & sweet presentations without having showing your face as yet
Watch TH-cam tutorials, find problems then google solutions until you lose your mind and you go to sleep, you wake up and you have an incredibly simple solution in mind that you somehow missed staring at the screen for hours.
Coding is mostly just staring at the screen wondering why it doesn't work, the rest of it is starting at the screen wondering why it does work.
It freaking amazing to have your bug in the news.
bruh, you have a strong command on programming. Great work again. 👍
Very good sir, you are JavaScript expert
wow i was shocked seeing you used node for this, this is really awesome
Awsome video. I cant wait to build something.
ASCII art will always be nice, what ever year it is :D and damn it, failed on fifth question, so close to a milion! :D
Great tutorial! Straight to the point!
Programming isn't about what you know; it's about making the command line look cool
And it's absolutely true
This is crazy. I just simply built this using FP with Python, then proceed to build it with OOP and this just got recommended? Crazy.
"the one thing that makes developer
different than the common people out there
is the command line" - thanks for saying this 😎
As always, learnt a lot in a very short time, Thanks
Programming isn't about what you know; it's about making the command line look cool
🔥🔥🔥
Programming isn't about what you know; it's about making the command line look cool
I might be late, but I'm proud I made it to the end :)
Any update on when you'll be covering Lua? I saw somewhere it's on your to-do list, it's the language that first got me into programming so am quite excited for that one! :D
I learned alot of things,
thanks man!
`Programming isn't about what you know; it's about making the command line look cool`
This is awesome Jeff!!
Programming isn’t about what you know; it’s about making he command line look cool
BRUH THIS CONTENT IS SO GOOD
JS has becoming the new Python with so many packages!!!!
Programming isn't about what you know; it's about making the editor look cool
Programming isn't about what you know; it's about making the command like look cool.
Brooo, I can't believe I showed up in your video! I'm not sure how I was the first comment for the colors.js sitation either, that was some crazy random timing for how big of a thread that turned into 😅
Programming isn't about what you know; it's about making the command line look cool!
Jeff is still my favourite tech youtuber
Programming isn't about what tou know; it's about making the command line look cool
thank you for putting the sourcecode out so i wouldn't have to download node to run it,
Programming isn't about what you know; it's about making the command line look cool
ohh man that was literally awesome and easy for the one who look at the git source code but it's too late now but still I'm a winner coz `Programming isn't about what you know; it's about making the command line look cool`.^_^
"To publish all your useless packages" 😂 . I love this channel, laugh every video.
Finished the Quiz 🎊
Although I'm not js developer, your content is amazing educational and entertaining at the same time
Great video!
literally 90% of the comments: Programming isn't about what you know; it's about making the command line look cool , me : ;-;
Programming isn't about learning , it's about learning from fireship 😍
3:00 in fact it exists.
import { setTimeout } from "node:timers/promises";
await setTimeout(2000);
If were to do it now can I still get a hoodie, or was that a limited time thing?
Programming isn't about what you know; it's about making the command line look cool!
Programming isn't about what you know; it's about making the command line look cool
cool video as usual!
@@askplays thanks
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Waiting for my hoodie :) @Fireship
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn’t about what you know; it’s about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool
Programming isn't about what you know; it's about making the command line look cool