P79
toLocaleString(Date)

~@WScript.echo(d.toLocaleDateString());
›@WScript.echo(d.toLocaleString());

P114
lastIndex(Regular Expression)

‚±‚̍€–ΪνœiRegExp‚̏d•‘jB

P151
scrollTo

~@š.scrollBy(œ, £)
›@š.scrollTo(œ, £)

~@window.scrollBy(100,100);
›@window.scrollTo(100,100);

•\Ž†‚Ι–ί‚ι

@