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 = {