diff --git a/2-js-basics/2-functions-methods/README.md b/2-js-basics/2-functions-methods/README.md index 7c6828f3..5d80837a 100644 --- a/2-js-basics/2-functions-methods/README.md +++ b/2-js-basics/2-functions-methods/README.md @@ -12,6 +12,7 @@ When we think about writing code, we always want to ensure our code is readable. > Click the image above for a video about methods and functions. +> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/en-us/learn/modules/web-development-101-functions/?WT.mc_id=academic-13441-cxa)! ## Functions @@ -192,4 +193,4 @@ It's worth [reading up a little more on arrow functions](https://developer.mozil ## Assignment -[Fun with Functions](assignment.md) \ No newline at end of file +[Fun with Functions](assignment.md)