Skip to content

Commit 0c8754e

Browse files
committed
Fix Issue jquery#357
Removed a extra comma. This break a link.
1 parent 5619ee5 commit 0c8754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var bar2;
6767

6868
## Objects
6969

70-
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:
70+
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:
7171

7272
* Object
7373
* Array

0 commit comments

Comments
 (0)