はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ in JavaScript

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 2 / 2件)
 

A Proposal For Type Syntax in JavaScript

2022/03/09 このエントリーをはてなブックマークに追加 160 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Today we’re excited to announce our support and collaboration on a new Stage 0 proposal to bring optional and erasable type syntax to JavaScript. Because this new syntax wouldn’t change how surrounding code runs, it would effectively act as comments. We think this has the potential to make TypeSc... 続きを読む

javascript - Can (a ==1 && a== 2 && a==3) ever evaluate to true? - Stack Overflow

2018/01/17 このエントリーをはてなブックマークに追加 306 users Instapaper Pocket Tweet Facebook Share Evernote Clip can company Stack Overflow

Is it ever possible that (a ==1 && a== 2 && a==3) could evaluate to true , in JavaScript? This is interview question asked by a major tech company. My answer was that it's impossible. They said nothin... 続きを読む

 
(1 - 2 / 2件)