Created
October 26, 2016 04:57
-
-
Save f1lander/8f79dc30481c11ecd07b83fad581beea to your computer and use it in GitHub Desktop.
This file contains 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
const xtreme_math = require("../../ceutek/deunitek/xtreme-math"); | |
const math = new xtreme_math(3); | |
console.log(math.square); // resultado: 9. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment