This question already has an answer here:
- Javascript shorthand ternary operator 6 answers
Can this be done in javascript
python code:
value = value if value else "Oompa Loompa"
Update:
the duplicate solution proposed does not answer my question, i would like something similar to what python does in js if possible, i have supplied another example for python below:
value = value if value >= 5 else 0
Aucun commentaire:
Enregistrer un commentaire