We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2283b5 commit 2e23794Copy full SHA for 2e23794
concepts/callbacks/about.md
@@ -11,7 +11,7 @@ function applySideLength(callback) {
11
}
12
13
// Callback must expect the possible argument from the calling function
14
-function squareArea(side) {
+function areaOfSquare(side) {
15
return side * side;
16
17
concepts/callbacks/introduction.md
@@ -13,7 +13,7 @@ function applySideLength(callback) {
18
19
0 commit comments