We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff2d982 + 6d0b488 commit 8a2ec77Copy full SHA for 8a2ec77
object-creation-patterns/object-constants.html
@@ -7,7 +7,7 @@
7
<body>
8
<script>
9
/* Title: Object Constants
10
- Description: an implementation of a constant object provides set, inDefined and get methods
+ Description: an implementation of a constant object provides set, isDefined and get methods
11
*/
12
13
var constant = (function () {
@@ -58,4 +58,4 @@
58
console.log(constant.get("maxwidth")); // 480
59
</script>
60
</body>
61
-</html>
+</html>
0 commit comments