mardi 16 janvier 2018

Is there a conditional assignment shorthand in javascript? [duplicate]

This question already has an answer here:

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