This is Code Squad Masters Course Level 1, conducted by Code Squad, a top-quality software education institute created by education experts with a background in development. As an introductory Javascript course, the goal is to learn the basic concepts of coding through direct programming implementation.
Creating interactive web pages using HTML and JavaScript
Problem solving using conditional statements and loops
Version control using Git
Recursion and Performance Measurement
Hands-on experience through real projects
CodeSquad Masters Course Level 1 Introduction
This course aims to teach programming using JavaScript. You'll learn coding by implementing various programs, including multiplication tables. This course is a prerequisite for Masters Course Members Level 2, a high-quality software training program. For more information, please visit the website ( http://codesquad.kr/page/masters.html ).
Things to learn
How to implement and run a multiplication table program
How to input user values and output values to the console
How to use variables, data types, loops, and conditional statements
How to program using lists and objects
Managing projects using GitHub using Git
Things to do after implementation
I try to rewrite the code from scratch without searching anything.
I think about the program I want to create and try to create it to the extent that I can.
Example code repository
The link below contains the example code used in the demo. If possible, please implement it yourself without looking at the example code. https://github.com/honux77/js-playground
강사님의 친절한 설명과 재치있는 입담 덕분에 즐겁게 공부했습니다 :)
강사님께서 예시를 들어가며 친절하게 해주십니다.
중간중간 유머를 날리시는데 개그 코드가 잘 맞아서 재미있게 들었어요 ㅎㅎㅎㅎ
강의를 들으실 때 팁을 드리자면
강의에 나온 과제를 꼭 처음부터 다시 짜보라는 것입니다.
구구단, 계산기, 숫자 퍼즐을 강사님과 같이 짜면 다 아는 것 같아도
백지 상태로 혼자 구현하려고 하면 잘 안되는 경우가 많았습니다.
강사님도 강조하는 것이 코드를 혼자서 다시 짜보라는 것인데요
직접 해보면서 왜 그런 말을 하셨는지 알 것 같았습니다.
저는 한 번으로는 부족해서 각 과제마다 세 번씩 다시 구현했습니다.
JS입문을 이 강의로 했는데 큰 도움이 되었습니다.
좋은 강의 만들어 주셔서 감사합니다.