Here: https://github.com/fac-u/autocompleter/blob/master/src/autocomplete.js#L7 The point of the path module is to avoid explicit use of path separators and string concatenation. ```js path.join(__dirname, '..', 'src', 'orderedDict.json'); ```