const a = 10; let b = 1; if (a > 5) { b = 10; } else { b = 20; } export let c = b;