Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

File metadata and controls

7 lines (5 loc) · 343 Bytes

The Modern Javascript Bootcamp Course exercise: Secret Message (code-along)

Secret Message app that let user create a message and receive an url to share. Visited link displays the message.

Challenges:

  • encoding the entered string into base64, that becomes a part of the url
  • using window.location properties (to get access to hash)