We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745513a commit e3b891cCopy full SHA for e3b891c
functions/studio/studio-functions.js
@@ -78,6 +78,4 @@ console.log(completeReversal(strayTest1))
78
// 3. Call your area function by passing in two arguments - the length and width.
79
// 4. If only one argument is passed to the function, then the shape is a square. Modify your code to deal with this case.
80
// 5. Use a template literal to print, “The area is ____ cm^2.”
81
-
82
-function areaOfRectangle()
83
0 commit comments