We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e63bc6 commit da638f5Copy full SHA for da638f5
test/feature/ArrowFunctions/Skip_InitializerShorthand.js
@@ -1,8 +1,8 @@
1
// Skip. Not implemented.
2
3
-// TODO: needs the intializer shorthand implemented for arrow functions
+// TODO: needs the initializer shorthand implemented for arrow functions
4
5
-// Object intializer shorthand: "method" = function-valued property with dynamic ''this''
+// Object initializer shorthand: "method" = function-valued property with dynamic ''this''
6
const obj = {
7
method() -> {
8
return => this;
0 commit comments