Skip to content
Tutorial Gateway
  • C
  • C#
  • Python
  • SQL
  • MySQL
  • Java
  • JS
  • BI Tools
    • SSIS
    • SSRS
    • Tableau
    • Power BI
    • R Tutorial
    • Informatica
    • Alteryx
    • Talend
    • QlikView
    • SSAS
  • Programs
    • C Programs
    • Python Programs
    • Java Programs
    • Go Programs
    • C++ Programs
    • Search

JavaScript Tutorial

JavaScript, often called JS, is a lightweight, interpreted, and Object Oriented language that runs on the client side of the web. It is the most popular scripting language in the world to control web browser behavior. Use this tutorial section to learn javascript, which helps in web development.

JavaScript Operators

  1. Arithmetic Operators
  2. Comparison Operators
  3. Logical Operators
  4. Assignment Operators
  5. Bitwise Operators
  6. Ternary Operator
  7. Increment and Decrement Operators

Decision Making

  1. If Statement
  2. If Else Statement
  3. Nested If Statement
  4. Else If Statement
  5. Switch Case
  6. Break
  7. Continue

Loops

  1. While Loop
  2. Do While Loop
  3. Difference between While and Do While loop
  4. For Loop

JavaScript Tutorial on References

  1. String Functions
  2. String HTML Wrapper Methods
  3. Math Functions
  4. Date Functions

Date Functions

  1. Date constructor
  2. Date.Now
  3. getFullYear
  4. getYear
  5. getMonth
  6. getDate
  7. getDay
  8. getTime
  9. getTimezoneOffset
  10. getHours
  11. getMinutes
  12. getSeconds
  13. getMilliseconds
  14. getUTCDate
  15. getUTCDay
  16. getUTCFullYear
  17. getUTCHours
  18. getUTCMinutes
  19. getUTCMonth
  20. getUTCSeconds
  21. getUTCMilliseconds
  22. setFullYear
  23. setMonth
  24. setDate
  25. setTime
  26. setHours
  27. setMinutes
  28. setSeconds
  29. setMilliseconds
  30. setUTCFullYear
  31. setUTCMonth
  32. setUTCDate
  33. SetUTCHours
  34. setUTCMinutes
  35. setUTCSeconds
  36. setUTCMilliseconds
  37. toDateString
  38. toGMTString
  39. toLocaleDateString
  40. toLocaleTimeString
  41. toTimeString
  42. toLocaleString
  43. toISOString
  44. toUTCString
  45. toString

Learn JavaScript

  • Ternary Operator
  • If statement
  • Else If Statement
  • Switch Case
  • For Loop
  • While Loop
  • Math Functions
  • String Functions
  • indexOf Function
  • String Replace
  • String Slice
  • String Split
  • String Substring
  • String Trim
  • String Concat
Copyright © 2026. All Rights Reserved.
Home | About | Contact | Privacy Policy