Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
Introduction to JavaScript Functions A function allows us to place code logically to execute a task. Functions are first-class citizens in the JavaScript programming language. You can create, modify a function, use it as an argument to another functi...
blog.greenroots.info6 min read
Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
Amazing Article !
We need more fundamental programming articles like this one !!
Ram Chandna
Wanted to ask something.... Is a method which reverses a "given" Number pure Or impure... Because according to me it is returning same value for same input so it should be pure.... But then there is an argument that it might be impure