Git Product home page Git Product logo

functional-js's Introduction

함수형 프로그래밍 연습

이 프로젝트는 함수형 자바스크립트 프로그래밍을 연습하기 위한 프로젝트입니다. 책 함수형 자바스크립트 프로그래밍을 참고하여 작성되었습니다.

구현된 함수

  • isArrayLike : ArrayLike 인지 확인하는 함수
  • bloop : map 과 each 를 생성하기 위한 헬퍼 함수
    • map : array 와 Object 를 모두 처리할 수 있는 map 함수
    • each : array 와 Object 를 모두 처리할 수 있는 each 함수
  • indentity : 입력받은 값을 그대로 돌려주는 함수
  • values : key/value 형식의 데이터의 value 들을 돌려주는 함수
  • push_to : (value, object) value 를 object 에 푸시하는 함수
  • noop : 아무것도 하지 않는 함수 "아무것도 하지 않는것도 로직이다"
  • array : 빈 배열을 리턴하는 함수

functional-js's People

Contributors

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