rubish

0.0.2 • Public • Published

node-rubish

Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)

Very silly module with some useful shorthands inspired by Ruby.

Usage

(4).times(function (i) {
  console.log(2 * i);
});

will output:

0
2
4
6

Package Sidebar

Install

npm i rubish

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • mmalecki