인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
BEST

자바스크립트 비기너: 튼튼한 기본 만들기

4개 강좌로 구성된 자바스크립트 바이블 강좌의 1번째 강좌입니다. 기본에 충실하였습니다. 자바스크립트의 근본을 이해하는데 중점을 두었습니다. 자바스크립트 스펙의 95% 이상을 다룹니다.

Thumbnail

초급자를 위해 준비한
[프로그래밍 언어] 강의입니다.

이런 걸 배울 수 있어요

  • 자바스크립트로 코딩하는 방법을 배울 수 있습니다.

  • 자바스크립트 기본(ES5 기준) 지식을 습득할 수 있습니다.

  • 자바스크립트 개발 경험자는 전반적으로 정리할 수 있습니다.

자바스크립트 강의의 완결판!
전체를 빠짐없이 배우고 정리할 수 있습니다.

고도화된 자바스크립트 강의의 완결판
JavaScript에 마침표를 찍어보세요.

4개 강좌로 구성된 자바스크립트 바이블 강좌의 1번째 강좌입니다.
기본에 충실했습니다. 자바스크립트의 근본을 이해하는데 중점을 두었습니다.
자바스크립트 스펙의 95% 이상을 다룹니다.

넓고, 깊으며, 디테일합니다.
비기너는 빠짐없이 배울 수 있으며, 경험자는 전체를 정리할 수 있습니다.
바이블 강좌를 통해 자바스크립트의 마침표를 찍을 수 있습니다.

바이블 강좌 전체가 하나의 시나리오입니다.
즉, 배워야 할 것과 배우는 순서를 갖고 있습니다. 강좌를 따라오시면 됩니다.
내용이 중복되지 않습니다. 중복에 따른 시간과 비용을 허비하지 않습니다. 바이블 강좌 하나로 끝낼 수 있습니다.


자바스크립트로 할 수 있는 것

강의 범위

  • 자바스크립트 비기너 과정
  • 비기너에게 중요한 것은?
    기본을 만드는 것
    코딩 경험을 많이 하는 것
    프로그래밍 감각을 만드는 것
  • 자바스크립트 스펙(ES5 기준)의 95% 이상을 다룹니다

강좌 키노트 제공

  • "섹션 1.  기본 문법"의  첫 번째인 "수업 1 : 강좌 환경"에서 다운로드 받을 수 있습니다.

연관 강의

자바스크립트 로드맵 바로가기 (40% 할인)

 

이런 분들께
추천드려요!

학습 대상은
누구일까요?

  • 자바스크립트를 처음 접하는 사람

  • 자바스크립트 기본을 정립하려는 개발자

  • JavaScript 경험자는 정리 차원에서 들으셔도 됩니다.

선수 지식,
필요할까요?

  • 프로그래밍 기본 개념 이해

안녕하세요
김영보입니다.

9,527

수강생

374

수강평

336

답변

4.8

강의 평점

12

강의

소프트웨어 개발을 좋아하는 개발자입니다.

메일: tonextday@gmail.com

동영상: 12개
클린업 자바스크립트: 점프업
클린업 자바스크립트: 베이스 빌드업
자바스크립트 비기너, 자바스크립트 중고급
모던 자바스크립트(ES6+) 기본, 모던 자바스크립트(ES6+) 심화
DOM 기본, DOM 인터랙션
React 비기너, React 완전 끝내기
요구분석 구현 방법
자바스크립트 머신러닝 TensorFlow.js

저서: 9권
몰입! 자바스크립트
ECMAScript 6
HTML5
DOM 스크립팅
자바스크립트 정규표현식
요구분석을 위한 Event Process 모델링
머신러닝 TensorFlow.js,
Ajax 활용, prototype.js 완전분석  
9권 중에서 8권은 국내 최초 저자입니다.
특히, "머신러닝 TensorFlow.js JavaScript"는 출판하는 시점에 amazon.com에 관련된 책이 없었습니다.

 

 

더보기

커리큘럼

전체

112개 ∙ (10시간 38분)

해당 강의에서 제공:

수업자료
강의 게시일: 
마지막 업데이트일: 

수강평

전체

146개

4.7

146개의 수강평

  • sangheon님의 프로필 이미지
    sangheon

    수강평 8

    평균 평점 5.0

    5

    100% 수강 후 작성

    I am a junior developer currently working as a front-end developer. I thought I knew it well, but after watching this lecture, I found myself knowing it here and there. Now, I will write my course review. I am writing this review after listening to all four lectures, from the JavaScript beginner course to the ES6 advanced course. I think the best course review is when you can write about things that you couldn't write because you had vague knowledge. For example, by knowing the argument value that will receive the parameter value as this after the map, forEach, and filter functions, I was able to finish the time complexity of (n2) by repeating the loop twice, and as the concept of call, apply, and bind became clearer, I was always confused about this, but when I was confused, I could directly bind this when calling the function and handle it. And as for the concept of scope, while listening to the in-depth course, I found it step by step, and if it is not there, I look for __proto__, and if it is not there, I look for __proto__ in the lower part, etc. I don't know if this expression is right, but I was really blessed while listening to Youngbo's lecture... And last night, while implementing csr directly in vanilla, I felt the fun of learning about things that I would not have even known the principles of in the front-end framework, such as inheriting built-in objects for class events and processing them. Certainly, even people in the team said that my code has suddenly become surprisingly clean. They told me stories. For those of you who are thinking about taking the course, this is a course that you will not regret spending money on. Especially for those of you who want to know and use it for sure, you will feel that there are many more convenient, better, and more efficient built-in functions than the ones you used every day. Don't hesitate, I recommend that you purchase all of Youngbo's lecture series and listen to them all. You will feel that the quality of your code will change and your way of thinking will change. I am proud of it.

    • tonextday
      지식공유자

      Thank you. If you think like that and build up your foundation, you will feel that you have improved without even realizing it. I'm rooting for you.

  • aloc01070145님의 프로필 이미지
    aloc01070145

    수강평 2

    평균 평점 5.0

    5

    100% 수강 후 작성

    Thanks to the detailed and accurate explanation from A to Z, studying JavaScript was fun for the first time!! I was really grateful the whole time I was listening to all the tips that came from experience ㅠㅠ It's the best lecture I've ever taken. If I were to summarize my feelings in one sentence, I would say that classics are eternal. Teacher, I hope you are always healthy and happy^^ Thank you for the great lecture.

    • tonextday
      지식공유자

      Thank you. Bow^^

  • qnrjs42님의 프로필 이미지
    qnrjs42

    수강평 18

    평균 평점 4.8

    5

    100% 수강 후 작성

    It feels like a JavaScript textbook. It's like a lecture that doesn't require questions. Doesn't the fact that there are no questions mean that everything is explained well?

    • tonextday
      지식공유자

      Thank you^^

  • jamiehbyun1280님의 프로필 이미지
    jamiehbyun1280

    수강평 2

    평균 평점 5.0

    5

    63% 수강 후 작성

    I am a complete beginner who just wanted to code my own website with a designer base. I only had prior knowledge of HTML/CSS and studied JavaScript briefly at Codecademy, but I couldn't remember it well (I didn't think I understood the concepts clearly), so I decided to take a basic lecture and purchased the course. If you look at the lecture itself, you might think that the lecture time is very short, but in that short time, important concepts are explained so clearly that you won't need to ask questions. It is explained so cleanly that you really won't need to ask questions. I personally think that even beginners who don't know anything about JavaScript will get a lot of help if they start. (When I looked at books for beginners in JavaScript such as e-books, I felt like the concepts were really firmly established in my head with the short lectures, even though I didn't understand them at all. Also, when reviewing after coding, I looked at the O'Relly JavaScript Rhinoceros book again, and when I read while comparing the parts explained by the teacher with the keynote, I felt like the concepts were firmly established, so it was very helpful.) In my case, when I was reviewing on my own, I used post-its and such to cover up the coded parts as the teacher said, and I tried coding on my own, and at the same time, I practiced JavaScript separately at Codecademy and continued coding on my own. I think it's because the basics were so well laid out that there were no parts that I didn't understand and stopped in the middle. (I thought, "Isn't it difficult?" but the explanation was so easy to understand that I thought, "Why is this difficult?" several times. Haha) And I was also turned upside down by gag points such as ramen here and there. (It may be just my taste, but I thought it would be boring at first, but guess what... there were so many parts that made me laugh out loud because of the comments he made here and there.) What's really amazing is that when Professor Kim Young-bo explains a concept, I think about which situation and which code I can use it with, and when implementing something like this, I think about whether I can use this code, and when I look at other people's code, I feel like I've gained the ability to understand the code itself, like I'm using it in this situation (I guess it's not just repetitive learning, but implementing the code while thinking about it). I'm very satisfied because the professor shared many valuable experiences and even small details that he realized in the practical part. However, in order to properly utilize this lecture, as the professor said in the first lecture, I need to practice and review my personal coding experience properly so that it can be utilized as knowledge that remains in my head. (i.e. listening to the lecture - covering the coding part in the keynote with a piece of paper and proceeding on your own - if you get it wrong, think about what you did wrong rather than looking at the answer - if you don't understand the concept, listen to the lecture again (or compare it to other JavaScript books and review the concept again and organize it) - repeat coding... Simply watching the lecture is not something that will stay in your head no matter how good the lecture is.) I can't believe that such a high-quality lecture can be kept for 5 years and costs 30,000 won. Thank you so much for sharing your valuable knowledge, teacher.

    • tonextday
      지식공유자

      Thank you. Bow^^ It's creepy because you seem to have read all my thoughts and my heart... If you keep doing this, you will soon be able to achieve your goal. I feel sorry for writing a long article so briefly, but I have nothing more to add.

  • ehejrhc0241님의 프로필 이미지
    ehejrhc0241

    수강평 16

    평균 평점 4.9

    5

    100% 수강 후 작성

    I read the ES6 book so smoothly and it helped me understand parts that I didn't understand even after looking them up more than 10 times elsewhere, so I became a real fan. As a beginner working with JavaScript, I came across Youngbo's book and searched for it and even took the lecture! Thank you so much for making JavaScript feel more familiar. It's my job to utilize it, but I feel like I've grown a step because I'm reading code with meaning rather than just reading code.

    • tonextday
      지식공유자

      Thank you. If you keep going while feeling and thinking, you will become a great developer. I look forward to it.^^

김영보님의 다른 강의

지식공유자님의 다른 강의를 만나보세요!

비슷한 강의

같은 분야의 다른 강의를 만나보세요!

연관 로드맵

강의가 포함된 로드맵으로 학습해 보세요!

₩26

22%

₩44,000