Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZiaRoshan opened this issue Dec 22, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ZiaRoshan
Copy link

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 ZiaRoshan added the enhancement New feature or request label Dec 22, 2023
@pokhiii
Copy link

pokhiii commented Dec 25, 2023

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

@ZiaRoshan
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants