Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

 

 

Overview

Where do I use Javascript?

Contents

 

 

...

Javascript can be stored in several places.

  • Within the interaction itself.
  • Within another answerspace called by the Blink run API
  • From an external source.
  • Within a BlinkForms Object
  • Within the HTML Head of your Answerspace

 

 

The easiest way to examine the available Javascript global variables is to console.log them in Chrome:

...