These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.
Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.
This is a collection of web page captures from links added to, or changed on, Wikipedia pages. The idea is to bring a reliability to Wikipedia outlinks so that if the pages referenced by Wikipedia articles are changed, or go away, a reader can permanently find what was originally referred to.
이 장은 JavaScript의 모든 표준, 내장(built-in) 객체의 메서드 및 속성을 포함하여 문서화합니다.
여기서 용어 "global objects" (또는 표준 내장 객체)는 전역 객체(global object)와 혼동되어서는 안됩니다. 여기 표준 내장 객체(global objects)는 전역 스코프(범위, scope) 내 객체들을 말(참조)합니다 (단 ECMAScript 5 엄격(strict) 모드가 사용되지 않은 경우에만; 그 경우에는 undefined를 반환). 전역 객체(global object) 자체는 전역 스코프에서 this 연산자를 사용하여 액세스될 수 있습니다. 사실, 전역 스코프는 상속된 속성(이 있는 경우) 포함 전역 객체(global object)의 속성으로 구성됩니다.