Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.27 KB

ABCEquations.js

Two things you have to do to "build" an interactive equation:

  1. Define all of the "operators" or variables involved
  2. Setup a function that "solves" the equation let current = ( voltage / resistance );

Two examples of the minimum html/js needed make equations using ABCEquations.js