You have already completed these exercises!
Do you want to take them again?
You completed the Git Hooks Exercises from W3Schools.com
Share on:
Drag and drop the correct command to search for "console.log" in all .js files in a pre-commit hook.
#!/bin/sh -r 'console.log' *.js