Giter Site home page Giter Site logo

javascript-algorithms-for-beginners's Introduction

입문자를 위한 자바스크립트 알고리즘

테스트를 통과하는 간단한 함수를 만들어 보면서 자바스크립트에 익숙해지기 위한 프로젝트입니다.

전제 조건

설치법

터미널을 열고 새로운 프로젝트 폴더가 생성 되기를 원하는 위치로 이동 후 다음을 입력합니다.

git clone https://github.com/socratone/javascript-algorithms-for-beginners.git

다음을 입력해 생성된 폴더로 이동합니다.

cd javascript-algorithms-for-beginners

다음을 입력해 프로젝트를 실행하는 데에 필요한 dependency를 설치합니다.

npm install

다음을 입력해 테스트를 실행합니다.

npm test

ctrl + c로 테스트를 종료할 수 있고 다른 작업을 하다 다시 테스트를 실행하고 싶으면 위 명령어를 다시 입력하고 작업합니다.

사용법

코드는 Visual Studio Code와 같은 코드 에디터를 이용해서 작성합니다.
테스트에 통과되지 못한 함수부터 하나씩 구현합니다.
자바스크립트가 아예 처음이라면 번호 순서대로 진행합니다.
tests 폴더에 있는 내용은 무시해도 좋습니다.

javascript-algorithms-for-beginners's People

Contributors

socratone 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.