Skip to content

Instantly share code, notes, and snippets.

@Andyccs
Last active November 19, 2015 14:32
Show Gist options
  • Save Andyccs/10c1f7c3f9591003ea19 to your computer and use it in GitHub Desktop.
Save Andyccs/10c1f7c3f9591003ea19 to your computer and use it in GitHub Desktop.
Medium post
import {Rectangle} from "./rectangle.js"
var r = new Rectangle(50, 20)
console.log(r.area === 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment