Get started with rambdax CDN

MIT licensed

Functional library: RambdaX offers higher-order, curried JS functions.

Tags:
  • rambda
  • lodash
  • ramda
  • util

Stable version

Copied!

How to start using rambdax CDN


<!-- Include Rambdax library from CDN -->
<script src="https://cdn.cdnhub.io/rambdax/11.0.0/rambdax.umd.js"></script>

<!-- Define a simple Rambdax function -->
const add = R.curry((x, y) => x + y);

<!-- Use the add function -->
const result = add(3)(4);

console.log(result); // Output: 7
Copied!
Copied!
Copied!
Copied!

All versions