Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

17 lines (16 loc) · 1.42 KB

JavaScript enablement 4 Plumsail Forms developers

This is an enablement/learning repository. It aims to teach modern JavaScript for SharePoint Online and Plumsail Forms developers.

ToDos:

  1. copy the file ./src/index.html to "./src/{yourname}.html" (so you can refer to it, if something breaks)
  2. try to understand the code and add your name and location to the footer element
  3. instead of login successful write "Welcome {username}" and instead of login failed write "Invalid Credentials". Change the password to "{yourname!}".
  4. implement the secret button feature (tip: register a click event on the secret button)
  5. fetch the open dog API (https://dog.ceo/api/breeds/image/random) and display the image in the result div
  1. optional: Add a fourth button to the form, register a click event and do something cool with it (e.g. change the background color, trigger a sound etc.)
  2. show me your solution when you're done!

most importantly: good luck and have fun! :)