Skip to content

Commit 7b42596

Browse files
committed
Update types.md
Add title for the URI of standard built-in objects in MDN.
1 parent b683943 commit 7b42596

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/docs/Web/JavaScript/Reference/Global_Objects), 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)