From 0c8754e954c6268371119b6cf5cfe87c47159670 Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Mon, 13 May 2013 21:42:24 -0300 Subject: [PATCH] Fix Issue #357 Removed a extra comma. This break a link. --- page/javascript-101/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/javascript-101/types.md b/page/javascript-101/types.md index abd9bb14..a55f6f83 100644 --- a/page/javascript-101/types.md +++ b/page/javascript-101/types.md @@ -67,7 +67,7 @@ var bar2; ## Objects -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: +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: * Object * Array