From b51b30a526de05beb934bf302dff3448a673da1e Mon Sep 17 00:00:00 2001 From: GabGaitanidis <155622983+GabGaitanidis@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:58:32 +0300 Subject: [PATCH] Update classes.md JavaScript Classes: additional resource --- javascript/organizing_your_javascript_code/classes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/organizing_your_javascript_code/classes.md b/javascript/organizing_your_javascript_code/classes.md index f9838bf1520..9cd27bb59c9 100644 --- a/javascript/organizing_your_javascript_code/classes.md +++ b/javascript/organizing_your_javascript_code/classes.md @@ -59,3 +59,4 @@ This section contains helpful links to related content. It isn't required, so co - Stephen Mayeux has a [Youtube playlist on ES6 classes](https://www.youtube.com/playlist?list=PLtwj5TTsiP7uTKfTQbcmb59mWXosLP_7S) and some of their methods with easy to follow examples. - Here are some more examples that try to illustrate the [benefits of composition over inheritance](https://blog.beezwax.net/composition-over-inheritance-with-javascript-examples). +- [w3resource](https://www.w3resource.com/javascript-exercises/oop/index.php) provides a comprehensive collection of exercises on classes.