Advertisement
Militsa

02. Expression

Dec 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function solve() {
  2.     let result = Math.pow((30 + 25) * 1/3 * (35 - 14 - 12)) ** 2;
  3.     console.log(result);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement