ツイで流れてたjsネタみてマジかってなってる(元ツイを見失った)
const a[0] = 1;
a[1000] = 2;
a.length
> 1001
ここからさらに
a
> [1, empty × 999, 2]
a.length = 1
a
> [1]
ツイで流れてたjsネタみてマジかってなってる(元ツイを見失った)
const a[0] = 1;
a[1000] = 2;
a.length
> 1001
ここからさらに
a
> [1, empty × 999, 2]
a.length = 1
a
> [1]
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.