diff --git a/js/lesson3/tutorial.md b/js/lesson3/tutorial.md index 98a567b4..55f57dd2 100644 --- a/js/lesson3/tutorial.md +++ b/js/lesson3/tutorial.md @@ -4,7 +4,7 @@ title: Introduction to JQuery --- -So far, we've learned the basic of JavaScript. From variables, to understanding Objects, functions and how to manipulate the **D**ocument **O**bject **M**odel. +So far, we've learned the basic of JavaScript. From variables, to understanding Objects, functions and how to manipulate the ​**D**​ocument ​**O**​bject ​**M**​odel. In this session we will introduce JQuery, a very commonly used JavaScript library, that simplifies working with JavaScript.