Back to Questions
Ask a Question
Get help from the IT community
Writing a Good Question
1. Summarize the problem
Include details about your goal and any error messages.
2. Describe what you've tried
Show the code you've written and explain what didn't work.
3. Show your code
Include a minimal, reproducible example when possible.
4. Check for duplicates
Search to see if your question has been asked before.
Code Formatting
Use triple backticks for code blocks:
```javascript const hello = "world"; console.log(hello); ```