Skip to content

PacktPublishing/JavaScript--Functional-Programming-for-JavaScript-Developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787124660

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published