Coder Social home page Coder Social logo

js-practice's Introduction

js-practice

JavaScript練習用のリポジトリ です。

課題の進め方

1. 課題を始める前にリポジトリ をフォーク

2. フォークしてリポジトリ をクローンして課題をスタート

3. 各設問のコメントにしたがって、回答

出力する・表示するといったものはconsole.logを使ってコンソールに結果を出力するようにしてください。 また、返却する・返すといった指定のあるものはreturnで値を返すようお願いします。

課題で身に着けること

  • JSの基本文法
  • JSでのプログラミング
  • ソートアルゴリズム
  • 検索アルゴリズム
  • ES6の文法
  • 関数型プログラミング(イミュータブル、部分適用、カリー化、副作用のある・ない関数の違い)
  • オブジェクト指向プログラミング(クラス、継承、ポリモーフィズム、カプセル化)

目次

  • 0001_syntax jsの文法を学ぶ基本問題(map, filterなどの組み込みのAPIを使わずにときましょう)
    • 001_base.js
    • 002_condition.js
    • 003_loop.js
    • 004_string.js
    • 005_object.js
  • 0002_algorithm アルゴリズム問題をjsを使ってとく問題
    • 001_easy.js
    • 002_sort.js ソートアルゴリズムの実装
    • 003_search.js 検索アルゴリズムの実装(作成中)
    • 004_search.js 再帰アルゴリズムの実装(作成中)
    • 005_linkedList.js 単一方向リストのアルゴリズム問題(作成中)
    • 006_linkedList.js スタック・キューのアルゴリズム問題(作成中)
  • 0003_advanced_syntax ES6 などのjsの文法を学ぶ(作成中)
  • 0004_oop オブジェクト指向、クラス、継承などについて学ぶ(作成中)
  • 0005_functional_programming 関数型プログラミングについて学ぶ(作成中)

js-practice's People

Contributors

version-1 avatar yuta0765 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.