Created
September 17, 2019 03:10
-
-
Save djD-REK/640b1f99bb2980ba4d48450770950b1f to your computer and use it in GitHub Desktop.
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
const webAwareAI = `<div class="cloud"> | |
<h1>Loading consciousness... It's loading...</h1> | |
</div>` | |
console.log(webAwareAI) | |
/** | |
* Output: | |
* <div class="cloud"> | |
* <h1>Loading consciousness... It's loading...</h1> | |
* </div> | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment