Let's say I have codes like this below: ``` let a = console.draft(' ') let b = console.draft('') setInterval(() => { a('something') b('something') }, 1000) ``` It only shows `a` string.