Advertisement
Guest User

Untitled

a guest
May 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Document Object Model (DOM) Cheatsheet
  2.  
  3. ## Window
  4.  
  5. ### Console
  6. <dl>
  7. <dt><pre>console.log()</pre></dt>
  8. <dd>Prints strings, variables </dd>
  9. <dd><pre>console.log("This is %cMy stylish message", "color: yellow; font-style: italic; background-color: blue;padding: 2px");</pre></dd>
  10. </dl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement