constmyOddlyNamedApp = require('express');
constmyHelmetImport = require('helmet');
// Helmet is imported, but never used. The namings are weird to display implementation versatility.
myOddlyNamedApp.use(myHelmetImport());
myOddlyNamedApp.listen(8080);