Skip to content

Commit ce7627f

Browse files
xfqKrinkle
authored andcommitted
javascript-101/types: update link to MDN
Closes gh-619
1 parent 2bcb437 commit ce7627f

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 "MDN - Standard built-in objects"), this chapter will cover:
7070

7171
* Object
7272
* Array

0 commit comments

Comments
 (0)