FreeCodeCamp Issue Template - a suggestion
See original GitHub issueUnder the title Your Code, there’s a place for pasting js code:
#### Your Code
```js
// If relevant, paste all of your challenge code in here
.```
Note that the comment: // If relevant, paste all of your challenge code in here should be before the js-code apostrophes.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Possible Solution to Set up a Template Engine - Contributors
What is your hint or solution suggestion? Solution app.set('view engine', 'pug'); app.set('views', './views') app.route('/').get((req, ...
Read more >UX improvement to the forum's Ask For Help template - Contributors ...
Hi all. Last week, I saw multiple posts where people asking for help didn't write down what they needed help with. I think...
Read more >How to Set up a Template Engine - The freeCodeCamp Forum
I am trying to pass the test, Set up a Template Engine on my Replit. I first added the pug@~3.0.0 as a dependency...
Read more >Tribute Page Suggestions For Improvement - Code Feedback
I have made this tribute page and i sincerely request everyone to look at it and suggest me what could be done differently....
Read more >Set up a Template Engine Keeps Failing - JavaScript
I am having the exact same problem. I went to your glitch link and see that you have continued as I see references...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is only a suggestion of course. people aren’t stupid and it’s possible to write something like:
// If relevant, paste all of your challenge code under the next line
Then the comment won’t be shown in publicResolved in FreeCodeCamp/FreeCodeCamp#9374