@riley@toot.site It's often surprising to people that this is how `else if` works in JS as well; though the *reason* for that (brace-less conditional syntax) isn't great, as it's a frequent cause of bugs in JS when used with things *other than* chained `if` statements...