freeCodeCamp/guide/english/miscellaneous/disable-code-auto-run-on-fr.../index.md

10 lines
605 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Disable Code Auto Run on Free Code Camp
---
By default, the Free Code Camp site automatically loads and runs your last recorded solution. If you have accidentally created an infinite loop or other irrecoverable error or simply don't trust the code, you can disable code auto-run by putting the following in your URL: `run=disabled`
## Example:
URL: `http://www.freecodecamp.com/challenges/Algorithm-meet-Algorithm#?solution=function%20meetBonfire(argument)`
No-Run URL: `http://www.freecodecamp.com/challenges/Algorithm-meet-Algorithm#?run=disabled&solution=function%20meetBonfire(argument)`