Giter VIP home page Giter VIP logo

javascript-project-advanced's Introduction

javascript-project-advanced

목적

  • javascript기본공부의 심화편
  • 심화내용이기에 선행 학습과 중복되는 내용은 기입하지않음

목차

  1. 타입 & 기본 문법
  2. 객체 & 함수
  3. 브라우저내 프로그래밍
  4. 웹문서
  5. 이벤트처리
  6. HTTP제어

다시 공부할 것

  1. 객체 상속
    • prototype
  2. mixin함수의 실용법에 대하여 - o
    • 단순히 프로퍼티를 더한다긴 보단 디폴트 공용함수를 작성하여 해당 함수를 공통적으로 사용가능하게끔, 전역으로 사용하게끔하는 하나의 기법
    • (vue) plugin함수
    • 객체의 프로퍼티를 더하는 작업은 Object.assigin()으로 가능
  3. 유사배열 객체의 타입값 및 유사배열과 배열을 코드상 구분 하는 것에 대하여
  4. map 객체의 활용
  5. 아래의 의미
    const test = {a: 'A', obj: 'qwer'}
    const {obj = {}, a} = test || {}
    
    console.log(obj)
    

javascript-project-advanced's People

Contributors

kimjaegeun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.