переменная JavaScript без значения

//Declare the variable but don't assing any value to it

const box = " ";
Fancy Fly