I saw in old answer in the stackoverflow and across the Web that 'undefined' can be assigned. I remember that is can be assigned. But I think not more.
So when I open console and try to do
undefined = 'value'; console.log (undefined);
I get undefined as the output.
Are browsers have a new handling about undefined?