This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "meteofrance_seamless", | |
"type": "forecast", | |
"display_name": "Météo-France Seamless", | |
"display_name_short": "Météo-France", | |
"sources": [ | |
"meteofrance" | |
], | |
"variables": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make a HTML todo list. | |
``` | |
const myList = 'Make homework. Brush teeth. Buy a pony. Call my mother. Make a todo list.' | |
``` | |
Result should look like this in HTML: | |
• Make homework. | |
• Brush teeth. |