© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
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...
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
It's a pure function as long as it returns the same output for the same input. Btw, what did you mean by impure argument?
bo kong
no crazy no die
讲的很透彻
bo kong, I don't know if this Google Translation is correct, but I wanted to tell you, "You are Welcome." 😃
不客气
很棒帮哦
Anamika Gupta
Nice..very very helpful.
Thanks a lot, Anamika ✌
Maxi Contieri
Software Engineer
Amazing Article !
We need more fundamental programming articles like this one !!
Thanks a lot Maxi Contieri for motivating me.
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