| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0d36ef commit f96dfd1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ In those instances you will use the `.toString()` method. Here's an example: | |||
| 8 | 8 | ||
| 9 | 9 | ```js | |
| 10 | 10 | var n = 256; | |
| 11 | - n.toString(); | ||
| 11 | + n = n.toString(); | ||
| 12 | 12 | ``` | |
| 13 | 13 | ||
| 14 | 14 | ## The challenge | |
| Back | FazBrowse Home | New Git URL |
0 commit comments