Search for Sinhala video computer lessons, videos, Flash Demos, audio tutorials, softwares, fonts and other useful educational materials using our search utility:
JavaScript Programming Sinhala Video Tutorials, Free Lessons
JavaScript is a client-side web scripting language. It is mostly used to create programs that executes in the web browser. JavaScript programs are used to interact with the web users, display data and content asynchronously and change the content of web document. Now it’s widely used in many JavaScript frameworks such as jQuery, used in server side networking programming tasks with Node.js and game development and application development in mobile platforms.
- 1. Why you should use JavaScript?
- 2. What is Document Object Model (DOM)?
- 3. Learn to make a HTML Template file
- 4. Learn to write your first JavaScript code
- 5. Why we should use Firefox browser as Developers - Part 1
- 6. Why we should use Firefox browser as Developers - Part 2
- 7. Using Comments in JavaScript
- 8. How to use external JavaScript - Part 1
- 9. How to use external JavaScript - Part 2
- 10. How to get the browser type in JavaScript
- 11. More about objects in DOM - Part 1
- 12. More about objects in DOM - Part 2
- 13. How does web browser creates objects? - Part 1
- 14. How does web browser creates objects? - Part 2
- 15. How to reference objects in JavaScript?
- 16. Using variables in JavaScript - Part 1
- 17. Using variables in JavaScript - Part 2
- 18. Using variables in JavaScript - Part 3
- 19. Using variables in JavaScript - Part 4
- 20. Using "noscript" tag
- 21. Using "if" control structures
- 22. How to create an alert box in JavaScript?
- 23. Using confirm box in JavaScript
- 24. Using functions in JavaScript - Part 1
- 25. Using functions in JavaScript - Part 2
- 26. Browser Tools for Web Development
- 27. Google Chrome Web Developer Tools Overview
- 28. Using Google Chrome JavaScript Console
- 29. Mozilla Firefox Web Developer Tools and Firebug Addon
- 30. Using Adobe Brackets Text Editor
- 31. Using Anonymous Functions
- 32. Understand Variable Scope in Functions
- 33. Using Callback Functions
- 34. Understand Data Returning Functions
- 35. Understand Arrays in JavaScript New
- 36. Example - Creating Arrays New
- 37. Associative Arrays New
- 38. Example - Creating Associative Arrays New
- 39. Multidimensional Arrays New
- 40. Example - Creating Multidimensional Arrays New
- 41. Add Items to Array New
- 42. Using join() Function with Arrays New
- 43. Using slice() Function with Arrays New
- 44. Using shift() and unshift() Functions New
- 45. Using pop() Function New
- 46. Using concat() Function New
- 47. Using sort() Function New