Exam (elaborations)
JavaScript General terms Definition summary for Exam Review
- Course
- Institution
<script type="type/javascript"></script> - JS tag // - comment tag numbers, strings, boolean - data types var gpa; - variable declaration a-z, A-Z, _, 0-9 - valid variable characters + - adds two operands - - subtracts second operand from the first * - multiplies both operands /...
[Show more]