57-script

0.0.2 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i 57-script

Weekly Downloads

2

Version

0.0.2

License

ISC

Last publish

Collaborators

  • eetulatja