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

자바스크립트+jQuery 기초부터 실무까지 : 고급 Part.1

이론과 실습을 통해 자바스크립트를 익힐 수 있는 강의입니다. 자바스크립트에 어느 정도 익숙해진 분들을 위한 강의입니다. Part 1은 자바스크립트의 클래스와 객체지향 프로그래밍의 내용을 다루고 있습니다.

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

이런 걸 배울 수 있어요

  • 객체지향 프로그래밍

  • 클래스

  • 추상화와 캡슐화

  • 상속

  • 다형성

이론+실습으로 자바스크립트+jQuery의
기초부터 실무까지 뽀개기!

📢 수강 전 확인해주세요!

  • 본 강의는 지식공유자의 질의응답을 제공하지 않는 강의입니다. 수강에 참고해 주시기 바랍니다.

🔍  강의 소개

이론과 실습의 병행을 통해 자바스크립트의 고급 기술을 익혀보세요!

Javascript?

자바스크립트는 객체 기반의 스크립트 프로그래밍 언어로서, 웹 브라우저 내에서 주로 사용하는 언어예요. 주로 웹 사이트의 외적인 측면을 담당하는 프론트엔드에서 사용하고 있어요.
하지만 최근에는 프론트엔드 뿐만 아니라, 백엔드와 서버에서도 자바스크립트를 활용하는 추세예요. 그렇기 때문에 자바스크립트를 익히면 다양한 분야에서 활용할 수 있을 거예요! 😄

누구를 위한 강의인가요?

객체지향 프로그래밍?

클래스? 상속? 추상화?
모르는 용어 투성이!

자바스크립트는 처음!

자바스크립트로 배우는
객체지향 프로그래밍

실습으로 공부해요!

다양한 실습을 통해
익힐 수 있어요

VS code 사용하기

VS code을 이용법을
익힐 수 있어요

어떤 강점이 있나요?

  • 이론과 실습의 병행을 통해 개념과 스킬을 모두 익힐 수 있어요
  • 강의 교안 및 예제 소스를 제공하고 있어요

📝 강의 구성

이론 강의

STEP 1

이론 강의를 통한 자바스크립트 지식 습득

실습 예제

STEP 2

실습을 통한 자바스크립트 스킬 습득

이론 파트

이론 파트에서는 기초부터 차근차근 자바스크립트의 이론을 배울 수 있어요!
각 섹션마다 강의 교안이 제공되고 있어 부족한 부분을 공부하는데 도움을 드릴 게요!

실습 파트

이론 파트에서 배운 부분을 실습 할 수 있는 예제를 통해 이론을 더 잘 이해할 수 있어요!
각 섹션마다 예제 소스를 제공하고 있어서 다양한 기능을 실습하기에 좋아요!

개발 환경

이 강의는 Chrome 웹브라우저와 Visual Studio Code을 통해 실습을 진행하고 있어요.


🔑 연관 강의

자바스크립트+jQuery 기초부터 실무까지 : 고급

이런 분들께
추천드려요!

학습 대상은
누구일까요?

  • 자바스크립트 중급자

  • 실무에 적용할 수 있는 자바스크립트+jQuery 지식이 필요한 사람

선수 지식,
필요할까요?

  • HTML/CSS

  • 자바스크립트 기초

안녕하세요
유용한IT학습입니다.

8,253,010

수강생

5,995

수강평

4.6

강의 평점

189

강의

유용한 IT 강의를 통해 여러분의 성장을 돕겠습니다.

커리큘럼

전체

27개 ∙ (12시간 4분)

해당 강의에서 제공:

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

수강평

전체

31개

4.8

31개의 수강평

  • qkrrldus93님의 프로필 이미지
    qkrrldus93

    수강평 8

    평균 평점 4.9

    4

    78% 수강 후 작성

    I wrote this to help those who will take this course in the future. I don't usually leave reviews, but I wrote this because there aren't many reviews written for this course and I think there will be many people who are struggling like me. Background for taking this course - I recently became in charge of operations and development at my company. I learned basic JavaScript from lectures at school and academies, but the JavaScript I write in practice is written in an object-oriented way, not the simple procedure-oriented way I knew, so I took this course to study. Advantages of the course 1) I learned a little more about how the JavaScript I write in practice works. 2) The examples were explained in detail so the course wasn't difficult. 3) I think I can learn it without having to review it separately just by following the repeated examples. Disadvantages of the course 1) I think the content is not enough for the price. - Of course, it is cheap, but in fact, it is divided into advanced Part 1 and Part 2, and I also referred to the preview lecture of Part 2, but in fact, I think it would have been better to just combine advanced par 1 + part 2. 2) I think the lecture has too much theory. - I know that theory is important. However, for those who have already studied the basics of JavaScript, there was a lot of knowledge that they already knew. I think students who are taking advanced classes already know the basic theory, and I wish there were more practical exercises using it, and methods of writing in practice. 3) Lack of reflection of the latest trends - I purchased it directly and took the course in June 2022. I don't know when the lecture was made, but I think JavaScript has changed a lot as of now. For example, there are various JavaScript techniques such as let, const, scope, hoisting, promise, callback function, etc., but I think it would have been better if the previously explained theory class had been simple and explained the principles required for advanced JavaScript techniques. 4) Repetition of the same example - The example of creating a MenuTab was good, but it felt too repetitive. I think it would have been better if I could have learned how to write more diversely through other examples. Conclusion - I would like to thank the instructor for providing such a good lecture. It was a great help to my current work, and through repetition, I naturally learned how to design and write JavaScript classes. I think it is a good lecture to listen to at least once before going into practice. However, if you only know the basic knowledge of JavaScript and the concepts of objects, functions, and prototypes, I think you don't necessarily have to listen to this lecture. I think there are plenty of examples that follow the trend on YouTube, books, and the Internet. Still, I think it will be a great help to those who are studying JavaScript for the first time. I wrote this without any particular order, but I hope it will be helpful to the students. I wrote my personal opinions. Of course, since everyone has different opinions, you may think my writing is not very good, but I tried to write it as honestly as I could. I hope all the students will have only good things.

    • pleasure0975124님의 프로필 이미지
      pleasure0975124

      수강평 7

      평균 평점 5.0

      5

      100% 수강 후 작성

      Okay lol

      • koomajin0570님의 프로필 이미지
        koomajin0570

        수강평 18

        평균 평점 4.9

        5

        100% 수강 후 작성

        It was nice to learn how to create different classes.

        • idxuse님의 프로필 이미지
          idxuse

          수강평 21

          평균 평점 5.0

          5

          100% 수강 후 작성

          It's a difficult subject, but it's a good lecture.

          • hyde31633589님의 프로필 이미지
            hyde31633589

            수강평 348

            평균 평점 5.0

            5

            100% 수강 후 작성

            Thank you, I listened carefully

            유용한IT학습님의 다른 강의

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

            비슷한 강의

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

            ₩42,900