The problem of assignment in Js

var d = e | | 10; Why is it prompted here that e is not defined;
var e = e | | 10; compared with the above analogy, why is there no indication that e is not defined? How is it different from the one above?

Mar.13,2021

var declaration increases variables, that is,

  

declare to know in advance.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39107-2b9b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39107-2b9b7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?