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
| .bg-light { | |
| background-color: whitesmoke; | |
| } | |
| .p-4 { | |
| padding: 1rem; | |
| } | |
| .row { | |
| display: flex; |
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
| ## GENERAL: | |
| ### 1. What are these acryonyms? | |
| HTML | |
| DOM | |
| CSS | |
| JS | |
| JSON | |
| XML |
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
| // Type JavaScript here and click "Run Code" or press Ctrl + s | |
| //console.log('Hello, world!'); | |
| // CHALLENGE 1 | |
| function createFunction() { | |
| function newFunction() { | |
| console.log("hello"); | |
| } | |
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
| {"lastUpload":"2020-07-23T02:51:47.034Z","extensionVersion":"v3.4.3"} |