You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2012-11-6-npm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ console.log('The area of a circle with radius ' + radius + ' is ' + circle.area(
75
75
Now, run the app by typing `node circle_example.js` from within the `shapes` directory. You should see the following:
76
76
77
77
{% highlight bash %}
78
-
The area of a circle with radius 10 is 100
78
+
The area of a circle with radius 10 is 314.159265359
79
79
{% endhighlight %}
80
80
81
81
On your own try to create a rectangle module with similar operations. Don't be afraid to try throwing something crazy in the mix. There's always instructors floating around to help you.
0 commit comments