Skip to content

Commit 4ffbb84

Browse files
authored
Typo Fixes
1 parent 1326bf8 commit 4ffbb84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ console.log("Hello, World!")
154154
console.log('Hello, World!')
155155
```
156156

157-
So far, we so how to display text using a *console.log()*. If we are printing text or string using *console.log()*, the text has to be under single, double or back tick.
157+
So far, we saw how to display text using a *console.log()*. If we are printing text or string using *console.log()*, the text has to be under single, double or back tick.
158158
**Example:**
159159
```js
160160
console.log("Hello, World!")
@@ -178,7 +178,7 @@ console.log(3 ** 2) // Exponential
178178
```
179179

180180
## Code Editor
181-
We can write code on the browser console but it won't be for a big project. In real work environment, developers use different code editors to write codes. In this 30 days python programming challenge we will use visual studio code.
181+
We can write code on the browser console but it won't be for a big project. In real work environment, developers use different code editors to write codes. In this 30 days python JavaScript challenge we will use visual studio code.
182182
### Installing Visual Studio Code
183183
Visual studio code is a very popular open source text editor and I would recommend to [download](https://code.visualstudio.com/) visual studio code, but if you are in favor of other editors, feel free to follow with what you have.
184184

0 commit comments

Comments
 (0)