57-script

It's a perfect score!

Usage no npm install needed!

<script type="module">
  import 7Script from 'https://cdn.skypack.dev/57-script';
</script>

README

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!