Javascript -> JavaScript (English) (#35183)

* Javascript -> JavaScript (English)

* Update technical documentation page for required change

* Update use-class-syntax-to-define-a-constructor-function.english.md

* Update left-factorials.md
This commit is contained in:
Lipis
2019-03-28 09:35:41 +01:00
committed by The Coding Aviator
parent fed6ffb606
commit e84ae45008
95 changed files with 192 additions and 192 deletions

View File

@ -7,11 +7,11 @@ title: Understanding the Differences between the freeCodeCamp and Browser Consol
So were exactly do you run this *console.log()* command?
In order to see the difference between the live console (terminal of freecodecamp) and our browser console we need to open up the console in our browser.
Contemporary internet browser have a built in feature called Developer Tools which, among others contains a live console.
In this console we can execute Javascript commands and see the result. It behaves in a same manner as the window we write code here in Freecodecamp!
In this console we can execute JavaScript commands and see the result. It behaves in a same manner as the window we write code here in Freecodecamp!
***Please follow the instructions provided and copy paste the JS code provided to the example from FCC to your browser's console!***
Depending on your browser, in order to open up the Javascript console you need to:
Depending on your browser, in order to open up the JavaScript console you need to:
## Chrome:
* Click the the following: Menu->More Tools->Developer Tools->Console tab