Last active
November 19, 2015 14:32
-
-
Save Andyccs/10c1f7c3f9591003ea19 to your computer and use it in GitHub Desktop.
Medium post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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