惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

aimingoo的专栏

基于JSDoc实现TypeScript类型安全的实践报告_jsdoc .d.ts-CSDN博客 前端技术发展历程:阶段划分、挑战与未来趋势-CSDN博客 JavaScript中的块级作用域与函数声明-CSDN博客 科普:"Field提案"是什么东东?_js class field-CSDN博客 关于废止proposal-class-fields提案的建议 私有属性的实现 元类型系统是对JavaScript内建概念的补充_class myclass extends null {};-CSDN博客 JavaScript中创建原子的几种方法_createatom js-CSDN博客 JavaScript的元系统_js meta 元信息-CSDN博客 本届FEDay的讲演内容在这里了_第五届feday-CSDN博客 两本原本-CSDN博客 小述系列最终篇:说说《大道至易:实践者的思想》_大道至易:实践者的思想-CSDN博客 电子书《我的架构思想》小述_我的架构思想 pdf-CSDN博客 重发:“设计师的实战过程”下载_设计师的实战过程 下载-CSDN博客 《程序原本》:探寻计算世界的不变之道-CSDN博客 本博客的主要更新已经迁至新站_新站如何做优化能快速上排名,得来点实战干货才行-简书-CSDN博客 前端要给力之:语句在JavaScript中的值_前端单值表达式-CSDN博客 确定的世界 - The Promise's World 前端要给力之:红绿灯大战中的火星生命-Promise
No prefix! operator is Ok!
aimingoo · 2018-10-13 · via aimingoo的专栏
所有在我对原有提案的修改中,核心不是“不用#字符”,而是将它从一个前缀字符,变成了一个操作符。这一方面是使“声明语法”与“表达式运算”分开,另一方面也让这些修改与ECMAScript规范保持在语法上的一致性。 原有提案…