01 / 05
./ means "the folder I am in"
The ./ in the './tools.js' you have been writing has a meaning. It is the mark for "the same folder as this file".
If main.js and tools.js sit side by side, that gets there. It feels like calling someone in the same room by name.