0.0.2 • Published 8 years ago

57-script v0.0.2

Weekly downloads
27
License
ISC
Repository
github
Last release
8 years ago

5/7Script

It's a perfect score!

A JavaScript extension made specifically for comparing movie ratings.

var movie1 = {
    title: 'Fight Club',
    rating: 5,
};

var movie2 = {
    title: 'The Dark Night',
    director: 'Nistopher Colon',
    rating: 7,
};

console.log(movie1.rating == movie2.rating); // true

Install

npm install -g 57-script

Usage

Hit it up with the REPL:

57-node

and start bashing in some code or execute a file:

57-node rate.57s

Now go rate some movies!