✅ – Rhys – 02-32 Oct 5
Not really sure how to google this one, is there a shorthand for ternary operators when you write something like
Writing obj.val there twice feels redundant
Writing obj.val there twice feels redundant
const x = obj.val ? obj.val : 70const x = obj.val ? obj.val : 70