Skip to content

Commit b683943

Browse files
committed
Update types.md
Update the URI of standard built-in objects in JavaScript.
1 parent 97dde7a commit b683943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var bar2;
6666

6767
## Objects
6868

69-
Everything else in JavaScript is considered an object. While there are [numerous built-in objects](https://developer.mozilla.org/en/JavaScript/Reference#Global_Objects, "MDN - Global Object Reference"), this chapter will cover:
69+
Everything else in JavaScript is considered an object. While there are [numerous built-in objects](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects), this chapter will cover:
7070

7171
* Object
7272
* Array

0 commit comments

Comments
 (0)