#jquery calculator:
-
create html file and include the dependencies (jquery, bootstrap);
-
create html layout on page. that includes: script, buttons (numbers, clear, operators, equals);
-
declare variables for the numbers:
- first number,
- second number