A function may call other functions, including calling itself.A function that calls itself until the base condition is satisfied is known as a Recursive function, and the technique of using a recursive function is called Recursion.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
This one is basic every developer knows
can you write more ?