Back
Investigate Code Error
Keywords
Source
Related Prompts
Create Test Cases
Write a few test cases to ensure this [Function name] is correct.
Identify The Security Flaw
Discover the security flaw in this code snippet from an open source npm package
[Insert code]
Identify The Bug
Find the bug in the following function that finds [Enter the problem] and [Enter the function]
Add Comments To This Code
Add comments to this code:
[Insert code]
Correct The Punctuation
Correct punctuation in this:
[Text without punctuation]
Correct Typos And Grammar Errors
Fix grammar and typos in [Insert text]
Work on a coding problem
I'm stuck on a coding problem.
Can you help me with [problem]?
Generate Code
Can you please code this in [Insert language] ?
[Insert instructions]
Identify The DivisionByZeroError
Why this code is not working?
var x = 5;
var y = 0;
console.log(x/y);