Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mastering JavaScript Functional Programming, published by Packt

License

NotificationsYou must be signed in to change notification settings

nabdulsk/Mastering-JavaScript-Functional-Programming

 
 

Repository files navigation

This is the code repository forMastering JavaScript Functional Programming, published byPackt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Functional programming is a programming paradigm for developing software using functions. Learning to use functional programming is a good way to write more concise code, with greater concurrency and performance. The JavaScript language is particularly suited to functional programming.

This book provides comprehensive coverage of the major topics in functional programming with JavaScript to produce shorter, clearer, and testable programs.

You’ll delve into functional programming; including writing and testing pure functions, reducing side-effects, and other features to make your applications functional in nature.

Specifically, we’ll explore techniques to simplify coding, apply recursion for loopless coding, learn ways to achieve immutability, implement design patterns, and work with data types.

By the end of this book, you’ll have developed the JavaScript skills you need to program functional applications with confidence.

Instructions and Navigation

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

The code will look like the following:

{ if( (result != VK_SUCCESS) ||     (extensions_count == 0) ) {   std::cout << "Could not enumerate device extensions." << std::endl;   return false;}

Related Products

About

Mastering JavaScript Functional Programming, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript99.5%
  • HTML0.5%

[8]ページ先頭

©2009-2025 Movatter.jp