Skip to content

Conversation

markwuu
Copy link

@markwuu markwuu commented Dec 12, 2017

No description provided.

functions.js Outdated
@@ -160,3 +286,10 @@
* @return {object} circle
*/

function createCircle(radius){
var circleee = {};
circle.circumference = 2*radius*Math.PI;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an error here saying that 'circle' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants