Learned loops, recursion, and functions in JavaScript with Sheryians Coding School

Day 7 of Learning JavaScript  from Sheryians Coding School Today, I have learned about loops, recursion, and functions.  do...while:   Executes the code inside the "do" block at least once and then checks the condition in "while". The loop continues based on the condition.  Recursion:   A function calling itself is known as recursion. It continues until a specific condition is met.  Loop Control:   continue: Skips the current iteration of the loop and moves to the next one.  Functions:   A function does not execute immediately; it runs only when called.   A function can be called multiple times.  Arguments:   Used to access values that are passed when the function is called.  Hoisting in Functions:   Functions can be accessed or called even before they are declared.  #JavaScript #WebDevelopment #CodingJourney #LearningWithSheryians #ProgrammingConcepts

See more comments

To view or add a comment, sign in

Explore content categories