Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ifm-lw-r1-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ifm-lw-r1-js

inFullMobile Language Wars: Round 1 - JavaScript

  • 4.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

inFullMobile Language Wars: Round 1 - JavaScript

npm install
Travis Build Status CircleCI Build Status Build Status CircleCI Dependencies Status Known Vulnerabilities Downloads License

JavaScript solution to inFullMobile Language Wars: Round 1. For more info see:

This solution uses a modern syntax. See also the old JavaScript solution in the original syntax from 1995.

Solutions

Solutions to the challange:

  1. Simple iterative solution with loops and temporary variables: solution-1.js (gist)
  2. Simple recursive solution with no loops and no temporary variables: solution-2.js (gist)
  3. Compact functional solution with no loops, no variables and no arithmetical operators: solution-3.js (gist)

Sample input

Sample input to test the solution: helpers.js

(See helpers from the old JavaScript solution for easier translation to other languages.)

Tests

Simple implementation tests:

Extra tests on non-numerical functions:

Magic tests based on g(f(a)(g)(x)) === a(g)(x) equality:

Issues

For any bug reports or feature requests please post an issue on GitHub.

Author

Rafał Pocztarski
Follow on GitHub Follow on Twitter
Follow on Stack Exchange

License

MIT License (Expat). See LICENSE.md for details.

FAQs

Package last updated on 03 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc