Tag: english

5 posts
#oneaday Day 751: Read/write access
I'm Not Doctor Who icon
I'm Not Doctor Who
imnotdoctorwho.moegamer.net

#oneaday Day 751: Read/write access

There are a lot of things I don't like about myself, but one of the things that I have always been rather pleased with is my willingness to engage with the English language. A lot of this stems from being encouraged well at an early age, both by my parents and at school, but also...

Jun 28, 2026
AI Won’t Create Beautiful Art

AI Won’t Create Beautiful Art

Artists Should Tap the Potential of New Technology

Mar 2, 2026

0121: Wake me up when January ends

Language Learning Rules Everything Around Me

Jan 21, 2026
ばうあーろぐ icon
ばうあーろぐ
girigiribauer.com

最近の ECMAScript (JavaScript) に入ったやつをぐぐりたくても名前が分からないやつ

明確に読み書きできるやつは良いのです。 読み書きできないやつでぐぐりたいときに、 「これ英語で(日本語で)何ていうんだっけ?」 みたいなのが不定期で出てきて「あーなんて呼ぶか忘れたー」ってなります。 みなさんもありますよね?? もうこれ以上忘れたくないのでメモ っておきました。 以下の見出しは「そうそうこういうやつなんだけど、それの名前を知りたい」レベルで逆引きできるものにしてあります。 ドットが3つ連続するやつ let a = { key1: 'val1', }; let b = { key2: 'val2', key3: 'val3', ...a, }; console.log(b); {key2: "val2", key3: "val3", key1: "val1"} この 展開 するやつです。 spread operator (or spread syntax) 日本語ではスプレッド演算子 ECMAScript 2015 から Spread syntax (...) - JavaScript | MDN The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places … developer.mozilla.org 展開するので spread って覚えた 文脈によって 残り 全部受け取る、みたいに使うところでは、 rest parameter と呼びます。

Aug 24, 2017

The real problem with this mode of "curbing grade inflation"

Aug 23, 2012