Skip to content

Commit

Permalink
Update Getting-Started.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhotsimamora1993 authored Sep 11, 2017
1 parent 63c3353 commit d3ae405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Getting-Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<button class="delete" aria-label="delete"></button>
</div>
<div class="message-body">
You can enabled or disabled console log, if you want enabled the console log change the value of variabel
You can enabled or disabled console log, if you want enabled the console log change the value of the variabel
<code>
const run_console = false;
</code> True is enabled, and False is Disabled
var run_console = false;
</code> true is enabled, and false is Disabled
</div>
</article>
</div>
Expand Down

0 comments on commit d3ae405

Please sign in to comment.