Math Flashcards Part 2 - Javascript Programming 20

Опубликовано: 11 Март 2024
на канале: Codemy.com
504
28

In this video we'll build out our Math Flashcard app to do addition, subtraction, and multiplicationwith Javascript.

We'll create a drop down box that allows the user to select which type of flashcard they'd like to play.

Then we'll build out the code to modify the app appropriately for whatever is selected (add, subtract, multiply).

#javascript #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:30 - Add Select Drop Down Box
2:54 - Give H1 an ID
3:20 - Select OnChange
4:04 - MathPicker Function
5:27 - Calculate Answers
6:28 - Output Signs To Screen
8:08 - Logic For Select Sign
8:58 - Update ClearForm Function
9:23 - Delete Old Numbers
9:51 - Placeholder Text
10:40 - Get Addition Answer
13:23 - Get Subtraction Answer
14:10 - Get Multiplication Answer
15:04 - Conclusion