mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-27 19:17:13 +08:00
fix code sample for example 3.3
This commit is contained in:
@ -30,7 +30,6 @@ Read in a different language: [**CN**](./README.chin
|
|||||||
|
|
||||||
- **🔖 Curious to see examples? We have a starter**: Visit [Practica.js](https://github.com/practicajs/practica), our application example and boilerplate (beta) to see some practices in action
|
- **🔖 Curious to see examples? We have a starter**: Visit [Practica.js](https://github.com/practicajs/practica), our application example and boilerplate (beta) to see some practices in action
|
||||||
|
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
# Welcome! 3 Things You Ought To Know First
|
# Welcome! 3 Things You Ought To Know First
|
||||||
@ -516,7 +515,8 @@ function someFunction() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Avoid
|
// Avoid
|
||||||
function someFunction() {
|
function someFunction()
|
||||||
|
{
|
||||||
// code block
|
// code block
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user