bhai-lang icon indicating copy to clipboard operation
bhai-lang copied to clipboard

Feature Request: array.map() to array.ghumabhai() and const to pakka

Open ZiaRoshan opened this issue 7 months ago • 2 comments

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like.

No response

Describe alternatives you've considered

No response

Additional context.

const doubledNumbers = numbers.map(function (number) { return number * 2; });

In Bhai Lang

pakka doubledNumbers = numbers.ghumabhai(row => { de bhai number * 2; })

ZiaRoshan avatar Dec 22 '23 05:12 ZiaRoshan

@ZiaRoshan if ghumabhai for map, can also suggest something for forEach?

pokhiii avatar Dec 25 '23 07:12 pokhiii

@pokhiii For forEach it can be something like "har ek ke liye bhai" or something like that

ZiaRoshan avatar Dec 26 '23 05:12 ZiaRoshan