JavaScript basics
- Numerical Operators
- String operations
- String index and slice
- indexOf, lastIndexOf
- substr, slice, and substring
- Concatenate strings
- Replace substring
- Mixing numbers and strings
- Converting between numbers and strings
- Convert octal, hexa
- Converting decimal to hexa
- Browser IO (HTML)
- Browser IO (JavaScript)
- Exercise: Hello World on pressing button
- Solution: Hello World on pressing button
- Exercise: Add two numbers
- Solution: Add two numbers
- Variable definition