Which of the below is the correct syntax for exectuing some code if "amt" is equal to 5000?
Answer options
A
if (amt == 5000)
B
<div>
C
<span>
D
<section>
Correct answer: if (amt == 5000)
Explanation
Quick AnswerThe correct answer is if (amt == 5000) because it directly addresses the core logic of Essentials.
The correct answer is: if (amt == 5000).