Solution: Deno Formatting, Permissions, and Testing
Explore how to apply Deno's formatting commands, manage code permissions, and run focused tests. This lesson helps you understand practical steps to format code, handle imports and permissions, and execute unit tests using Deno's runtime tools.
Solution
Task 1
Run the fmt command in the terminal:
deno fmt
Task 2
Add the following comment above the code to ignore the ...