In this lecture, we will practice developing programming thinking skills using JavaScript. Let's start with the web game, the multiplication table, and then create a word game, number baseball, a reaction speed test, tic-tac-toe, a lottery machine, rock-paper-scissors, a card matching game, a text RPG, a minesweeper, a 2048 game, and a mole catching game.
What you will learn!
JavaScript Grammar
Programming Thinking
Simple web games
Learn JavaScript by making fun games 💬
In this lecture?
Covers the fundamental concepts of JavaScript perfectly,
Let's make it easier to internalize what you've learned through practice.
JavaScript is one of the languages used to give commands to computers. In the past, it was limited to creating websites, but now it is also used to create web apps and desktop programs. It is also used to create some apps such as Instagram and Facebook. In this lecture, we will practice developing programming thinking skills using JavaScript. Let's create a web game called multiplication table, word game, number baseball, reaction speed test, tic-tac-toe, lottery machine, rock-paper-scissors, card matching game, text RPG, minesweeper, 2048 game, and mole catching.
JavaScript
Beginner developer
Web frontend
Beginner developer
Web games
Anyone who wants to develop
“It’s too difficult to learn JavaScript on your own.”
“Theory is important, but I wish there was more practical training as well. ”
Zerocho Blog and
Running a YouTube channel
Web Development Bestseller
(Former) Today's Pickup Co., Ltd.
CTO
Please note before taking the class
Who is this course right for?
Complete beginner in JavaScript
Or someone who has failed at getting started with JavaScript once.
People who learned JavaScript but can't program
Need to know before starting?
HTML, CSS
Students
60,868
Reviews
1,414
Rating
4.8
Courses
21
제 강의의 장점은 Q&A입니다(인프런 답변왕 2회 수상). 24시간 이내에 최대한 답변드립니다! 같이 고민한다는 느낌으로 답변 드릴게요!
https://www.zerocho.com/lecture
제로초 강의 전체 로드맵
– Node.js교과서, 코딩자율학습 제로초의 자바스크립트, Let's Get IT 자바스크립트, 타입스크립트 교과서 저자
– ZeroCho.com 운영자
– 현) 유튜브에서 ZeroCho TV로 개발 관련 방송중
– 현) 스모어톡 CTO
– 전) 오늘의픽업 CTO(카카오모빌리티에 엑싯 후 카카오모빌리티 최연소 개발파트장)
All
121 lectures ∙ (26hr 49min)
Logical Operators
13:44
undefined and null
09:59
Naming variables
12:32
Modify variables
10:21
Loop (while)
16:05
Loop (for)
18:09
break and continue
12:26
Nested loop
13:39
Stargazing homework
10:44
Array Basics
13:23
Array at method
00:59
Function Basics
17:22
Basic VS Code Usage
08:01