diff --git a/aio/content/guide/ts-to-js.md b/aio/content/guide/ts-to-js.md index fde04f4ce0..6de85d78dd 100644 --- a/aio/content/guide/ts-to-js.md +++ b/aio/content/guide/ts-to-js.md @@ -247,12 +247,10 @@ next to the original _ES5_ version for comparison: +{@a name-constructor} +
- {@a name-constructor} - - ### Name the constructor - A **named** constructor displays clearly in the console log if the component throws a runtime error. An **unnamed** constructor displays as an anonymous function, for example, `class0`,