是个 !!(不是)运算符在JavaScript中等于不是运算符的反向过程?
是的,“非”运算符是“非”运算符的逆过程。如果任何值为true,则为single!(不是)将返回false和!!将返回相反的值(true)。
非运算符-
var flag=true; console.log(!flag);
notnot运算符-
var flag=true; console.log(!!flag);
示例
以下是代码-
var flag=true;
console.log("The result of single !=")
console.log(!flag);
console.log("The result of single !!=")
console.log(!!flag)要运行上述程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo247.js
输出结果
这将在控制台上产生以下输出-
PS C:\Users\Amit\javascript-code> node demo247.js The result of single != false The result of single !!= True
热门推荐
10 病人祝福语老师寄语简短
11 新娘生孩子祝福语简短
12 婆婆66岁祝福语简短
13 今天孩子高考祝福语简短
14 送彩票生日祝福语简短
15 分别祝福语简短情话英文
16 画室揭牌仪式祝福语简短
17 女友妈妈生日祝福语简短
18 离别赠言离职祝福语简短