Learn JavaScript With This ONE Project!

Learn JavaScript With This ONE Project!

Tech With Tim

1 год назад

647,411 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Haripriya
Haripriya - 24.10.2023 22:17

why winnings are not accounted with balance tim?

Ответить
Meric Cintosun
Meric Cintosun - 21.10.2023 21:25

I am a new JavaScript language learner and seeing a "real project" taught me a lot, even though it was challenging for me. Thanks to this video, I realized that I need to work harder. Thanks a lot for this great value!

Ответить
Mash
Mash - 20.10.2023 00:58

My mind hurts. Literally. That's really advanced.

Ответить
Knight Ideas - The Game Dev Knight
Knight Ideas - The Game Dev Knight - 17.10.2023 22:05

I ran my slot machine about 10 times and didn't win at all so couldn't test the 5-goal, outcome!
The first time I spun it I won on two lines!

Ответить
Irfan
Irfan - 09.10.2023 10:13

gacor.

Ответить
buddika weerasinghe
buddika weerasinghe - 08.10.2023 08:11

While exit with value return 😊

Ответить
Itsnobledean
Itsnobledean - 02.10.2023 18:37

I completed this video 4 whole weeks ago! Wow! I just came back today to rebuild it, with functional programming concepts, and man, I know my life has revolved around JavaScript for the last 4 weeks, but coming back to videos like these have really helped me understand how to properly use conditionals, and most of all, how to organize my builds with a functional programming mind frame. I separate the date from the functions, and I use map and join for the reels. I broke it up into a bunch of smaller functions with specific tasks.

Ответить
Fawad Ahmed
Fawad Ahmed - 01.10.2023 16:45

Do I learn javascript after learning python to get in into software development?? Plzz guide me

Ответить
Lawson Jeff
Lawson Jeff - 29.09.2023 16:03

Pls can’t I see the output on the browser? , I mean like the lucky whell itself?

Ответить
Sharon Sajan
Sharon Sajan - 28.09.2023 17:15

Bruh....can u make Front end for this project!

Ответить
Nicko Albes
Nicko Albes - 25.09.2023 06:15

Thanks for this, I really want to learn JavaScript and this indeed helped.

Ответить
Naman Gokhru
Naman Gokhru - 24.09.2023 22:08

what a thought process 😎, lot to learn from you.

Ответить
Nishtha Tiwari
Nishtha Tiwari - 23.09.2023 20:14

I'm not winning even once, is there a fault in the code or my luck? :"\

Ответить
class six upper
class six upper - 21.09.2023 06:11

i am trying to learn a language for more than 10 years and cant understand anybody. so far i understand a little.

Ответить
Javier V.
Javier V. - 14.09.2023 21:06

Hey Tim! I have been trying to follow along. I ran into a problem I cannot find a fix for on the internet. I am using NODE like you suggested in VS CODE. But when I try to run the code in the terminal, I notice that PS (powershell) is activated (even though it is not installed in vscode and i never downloaded it) I get: PS C:\Users\Me\Desktop\JavaScript Project> and for the life of me I cannot run any code. So I cannot exactly follow along. I have spent too many hours trying to figure this out and I would rather learn, can you help me deactivate POWERSHELL in VS CODE? All suggestions on the internet are either incomplete, the instructions are terrible or solutions regard other matters that don’t deactivate PowerShell. Pease help.

Ответить
AsN
AsN - 13.09.2023 14:27

Thank u 🥺

Ответить
Pawwell
Pawwell - 12.09.2023 12:54

hi so i have a bit of a problem with the symbol.push function
so when i run the script it tells me symbol.push is not a function does anyone know how to fix it?

Ответить
Zerubbabel Zeleke
Zerubbabel Zeleke - 09.09.2023 18:02

Thank Bro, you've a nice way of expressing concepts

Ответить
Pete
Pete - 03.09.2023 22:13

Wait this project doesnt actually have html and UI ?

Ответить
Itsnobledean
Itsnobledean - 03.09.2023 19:50

I completed this and the 4 project javascript tutorial you recently uploaded, and this one definitely was more of a freestyle compared to the other, but I was able to complete this one with some gained knowledge. I will say, I kept seeing all of the rows and columns in my terminal. Other than that, everything worked perfectly and I'm studying everything after completing the build as well.

Ответить
Nathan Tekeste
Nathan Tekeste - 01.09.2023 22:42

what an amazing video, it shows us how u think how u structure you code and everything.
Really perfect to learn javascript.

Ответить
HealingQuran
HealingQuran - 01.09.2023 20:15

I am in a bootcamp for 6 moths now, and javascript is the hardest thing to understand for me. I cant do anything without, chatgpt or google. I dont know how to use the logic. Hope ill get better in couple of moths

Ответить
J T
J T - 28.08.2023 04:17

But how do you attach this to a webpage with actual animations?

Ответить
Mr Ch33seHed
Mr Ch33seHed - 27.08.2023 23:43

Life is a gamble 😭👌

Ответить
Maïssane
Maïssane - 27.08.2023 19:39

This is such an interesting video and it helped me understand more concepts I used to struggle with, thank you Tim! 😁

Ответить
khosruz zaman
khosruz zaman - 27.08.2023 09:02

I humbly request your assistance in finding a solution to the error that I am currently encountering. Your help is greatly appreciated.

Enter a deposite amount: 20
Enter the number of lines to bet on (1-3):3
Enter the bet per line: 5
[ [ 'D', 'C', 'D' ], [ 'C', 'D', 'B' ], [ 'D', 'A', 'C' ] ]
[ [ 'D', 'C', 'D' ], [ 'C', 'D', 'A' ], [ 'D', 'B', 'C' ] ]
C:\MY_WORKS\JavaScript_Projects\GameProject\project.js:109
for(const row of rows){
^

TypeError: rows is not iterable

Ответить
卍 ʎauтт 卍
卍 ʎauтт 卍 - 26.08.2023 18:44

i just get SyntaxError: Unexpected token '}'
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1153:20)
at Module._compile (node:internal/modules/cjs/loader:1197:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1287:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 in terminal what should i do

Ответить
Andre
Andre - 24.08.2023 09:04

you're a hell of an instructor Tim, I really appreciate your ability to break down the concepts clearly.

Ответить
Infinity Developer
Infinity Developer - 20.08.2023 09:42

This is a amazing video to get started with javascript. And I can relate you totally for python syntax as I am also working with python (I have learned that from your videos). Good job, please adding these kind of content. Thanks

Ответить
Dark AngeL
Dark AngeL - 16.08.2023 17:19

great time watching the tutorial. learn a lot from this project as a beginner.

Ответить
Максим Буленок
Максим Буленок - 15.08.2023 00:10

Tim thank you for the video, great job!

Ответить
BigGoucho
BigGoucho - 14.08.2023 03:44

I tried this but got to the part where you enter node project.js and it says stack required. Is there something I need to install or have I missed a setting somewhere?

Ответить
Moe Haruke
Moe Haruke - 13.08.2023 19:08

i'm learning a bit of javascript as an entry level begginer, this video is funa dn good to watch, only had some little problem with the nested arrays and for of loops, hoping that later on I can learn more.
thank you this video was great

Ответить
Yessir Ski
Yessir Ski - 10.08.2023 20:06

go-to back end learning channel fs

Ответить
Nahum Abinet
Nahum Abinet - 09.08.2023 14:17

Tim, You're so fascinating teacher, and I love all your videos because they teach me a lot. You made me remember many things I have forgotten and that's insane, I mean, you made me see that, although have worked as a software engineer for many years, I still have many things to learn, and that made me ecstatic a little bit. So I would love to thank you for this exciting video. learning will never stop!😉😉😉

Ответить
Charles Sambo
Charles Sambo - 01.08.2023 19:48

Man this just cemented my javascript learning... pushed me up a some notches. :)

Ответить
TikTokBullshit
TikTokBullshit - 01.08.2023 18:25

I watched this 4 months ago, and I had no idea what this man was saying but now I find myself auto-completing his explanations lol.. I think I have made some progress.

Ответить
Corey McDaniel
Corey McDaniel - 01.08.2023 04:49

I'm only 10 minutes in, but this is probably the best execution of this tutorial style I've ever seen.

Ответить
ridwan islam
ridwan islam - 24.07.2023 18:39

Thank you so much for teaching. I have learned a lot. But I think there is a small bug in the code. As you deduct the bet amount from the balance. You don't add it again when you win. So what happens is the bet amount stays deducted even though you win. I don't know if I am right please correct me if I am. I think this is the right code for adding winning amount:
if (winnings > 0){
balance += winnings + (betAmount * lineNumber);
}
Sorry if I made any mistake I am a beginner just starting out.

Ответить