Giter Site home page Giter Site logo

wahengchang / javascript--functional-programming-for-javascript-developers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/javascript--functional-programming-for-javascript-developers

0.0 3.0 0.0 2.42 MB

Code repository for JavaScript Functional Programming for JavaScript Developers, published by Packt

License: MIT License

JavaScript 64.72% HTML 17.45% TypeScript 17.83%

javascript--functional-programming-for-javascript-developers's Introduction

JavaScript: Functional Programming for JavaScript Developers

This is the code repository for JavaScript: Functional Programming for JavaScript Developers, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##What You Will Learn:

  • Get a run through of the basic JavaScript language constructs
  • Get familiar with the Functions and Closures of JavaScript
  • Code using the powerful object-oriented feature in JavaScript
  • Master DOM manipulation, cross-browser strategies, and ES6
  • Understand the basic concurrency constructs in Javascript and best performance strategies
  • Harness the power of patterns for tasks ranging from application building to code testing
  • Build large-scale apps seamlessly with the help of reactive patterns
  • Get to grips with creational, behavioral, and structural design patterns
  • Explore advanced design patterns including dependency injection
  • Develop more powerful applications with currying and function composition
  • Simplify code with method chains of pure, higher-order functions
  • Separate core logic from the program state to write more maintainable code
  • Create more reliable code with closures and immutable data

##Instructions and Navigation All of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02.

You will see code something similar to the following:

  function add(a,b){
    return a+b;
  }
  c = add(1,2);
  console.log(c);  //prints 3
 

###Related JavaScript Products: Mastering JavaScript Design Patterns

Object-Oriented JavaScript

JavaScript Mobile Application Development

Suggestions and Feedback

[Click here] (https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.

javascript--functional-programming-for-javascript-developers's People

Contributors

bhavinsavalia18 avatar

Watchers

James Cloos avatar peterchang avatar  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.