JS functions | JavaScript Tamil Tutorial – Part 12



JavaScript function:
Set of statements that performs a task or calculates a value
It should take some input and return an output
A function definition (also called a function declaration, or function statement) consists of the function keyword
name of the function
parenthesis ( option param )
login within { statement/s }

Chapters:

0:00 JS functions
0:39 1. What is a function?
3:05 2. Types of functions
4:10 3. How to create a function?
6:20 4. Function with parameter
7:50 5. Is function overloading possible?
11:32 6. What is hoisting?
12:10 7. Function expression
16:24 8. Anonymous function
17:54 9. Arrow syntax

Source code:
https://github.com/ortoniKC/javascript-tamil-tutorial-2023

Presentation link:
https://bit.ly/kurimurai-js-presentation

———————————————————————
🎁Just in case you want to support me ☺️ donation might really be helpful.
BuyMeCoffe: https://www.buymeacoffee.com/letcode
GPay: koushik350-1@okaxis

————————– Thank you —————————

Thanks for watching, if you like the video, give it a thumbs up 👆.
Sharing is caring, kindly share the video with your friends and colleagues.
Don’t forget to subscribe and hit the bell 🔔 notification.

——————————- SOCIAL ——————————–

📝Test Practice Site: https://letcode.in/
🐦Discord: https://discord.gg/Tvwac8HgQD
📸Instagram: https://www.instagram.com/letcode.in/
🎓 LinkedIn: https://www.linkedin.com/in/ortoni/
⛳️ XPath Extension: https://bit.ly/2T5EUCu

#letcode #kurimurai