Merge pull request #1637 from prashant-andani/master

Add Https for javascript.info link
This commit is contained in:
Alexey Pyltsyn
2019-02-22 00:08:19 +03:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ We recommend going through [this JavaScript overview](https://developer.mozilla.
>Tip
>
>Whenever you get confused by something in JavaScript, [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript) and [javascript.info](http://javascript.info/) are great websites to check. There are also [community support forums](/community/support.html) where you can ask for help.
>Whenever you get confused by something in JavaScript, [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript) and [javascript.info](https://javascript.info/) are great websites to check. There are also [community support forums](/community/support.html) where you can ask for help.
### Practical Tutorial {#practical-tutorial}