Muhammad Zaid Ikhlas
Results
2
issues of
Muhammad Zaid Ikhlas
I have added the naqsh function which maps a number from one range to another `naqsh(value, currentMinRange, currentMaxRange, targetMinRange, targetMaxRange)` _Example:_ ``` rakho x = naqsh(5,1,10,1,100) likho(x) // outputs 45...
I think we should start documenting UrduScript at this point so that we can lay out the base and future contributions can be accommodated accordingly. I really like [p5.js ](https://p5js.org/reference/)...