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

?= operator #237

Open
5pilow opened this issue Jul 27, 2018 · 0 comments
Open

?= operator #237

5pilow opened this issue Jul 27, 2018 · 0 comments
Labels
easy Scope-limited issue, recommended for beginners feature New feature
Milestone

Comments

@5pilow
Copy link
Member

5pilow commented Jul 27, 2018

value = value ? value.split(',').map(x => x.int()) : []
value ?= value.split(',').map(x => x.int()) : []
@5pilow 5pilow added the feature New feature label Jul 27, 2018
@5pilow 5pilow added easy Scope-limited issue, recommended for beginners v1.0 labels May 12, 2019
@5pilow 5pilow added this to the Version 1.0 milestone May 12, 2019
@5pilow 5pilow removed the v1.0 label May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Scope-limited issue, recommended for beginners feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant