×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Michelle Pepe
Added: Sep 15, 2014 2:27 AM
Views: 1798
Tags: no tags
  1. 1.var circumference = diameter  * Math.PI;
  2. 2. var chance = Math.floor((Math.random() * 20) + 1);
  3. 3.var maxWidth =Math.max(a,b,c);