From bb9adf7306bb3743b01340142460a24967bc3e2f Mon Sep 17 00:00:00 2001 From: Angus <70203823+ajhawkings@users.noreply.github.com> Date: Sun, 30 May 2021 09:34:21 +0100 Subject: [PATCH] Updated web doumentation Added Microsoft Edge developer docs and web.dev --- .../1-intro-to-programming-languages/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/README.md b/1-getting-started-lessons/1-intro-to-programming-languages/README.md index 1742fe2e..86f5ea3f 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/README.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/README.md @@ -171,8 +171,10 @@ When a developer wants to learn something new, they'll most likely turn to docum #### Popular Documentation on Web Development -- [Mozilla Developer Network](https://developer.mozilla.org/docs/Web) +- [Mozilla Developer Network (MDN)](https://developer.mozilla.org/docs/Web), from Mozilla, the publishers of the [Firefox](https://www.mozilla.org/firefox/) browser - [Frontend Masters](https://frontendmasters.com/learn/) +- [Web.dev](https://web.dev), from Google, publishers of [Chrome](https://www.google.com/chrome/) +- [Microsoft's own developer docs](https://docs.microsoft.com/microsoft-edge/#microsoft-edge-for-developers), for [Microsoft Edge](https://www.microsoft.com/edge) ✅ Do some research: Now that you know the basics of a web developer's environment, compare and contrast it with a web designer's environment.