From 2955a9bf7627bc348b69d1ec17b360eb2eb34ea5 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 21 Aug 2016 18:09:11 -0400 Subject: [PATCH] defining a method --- javascript.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript.md b/javascript.md index e4e821c..6c9888b 100644 --- a/javascript.md +++ b/javascript.md @@ -175,7 +175,8 @@ var myFunc = function(){ myFunc(); ``` -Can be assigned to properties of objects + +Can be assigned to properties of objects. These functions are referred to as methods of the object ```javascript var myObj = {