const { extname } = require('path'); const { log } = console; const ext = extname('index.html'); log(ext);