@ -39,7 +39,7 @@ function hello() {
|
|||||||
hello();
|
hello();
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also prevent execution of Javascript code just commeting the code lines like this:
|
You can also prevent execution of Javascript code just commenting the code lines like this:
|
||||||
```javascript
|
```javascript
|
||||||
function hello() {
|
function hello() {
|
||||||
/*console.log("Hello world!");*/
|
/*console.log("Hello world!");*/
|
||||||
|
Reference in New Issue
Block a user