You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Create an HTML list of greetings using JavaScript.
76
-
You use ordinary JavaScript and the Renderer's HTML elements in order to produce dynamic content. In this example we use `Array.prototype.map` in order to map the elements of `helloWorld` into a list of `li` elements.
76
+
You use JavaScript and Renderer HTML elements in order to produce dynamic content. In this example we use `Array.prototype.map` in order to map the elements of `helloWorld` into a list of `li` elements.
0 commit comments