You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/javascript-101/types.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ var bar2;
66
66
67
67
## Objects
68
68
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:
0 commit comments