Files

11 lines
118 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
// Set root member
let foo = true;
foo = false;
// Return outside of function
if (!foo) {
return;
}