Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
es-abstract
/
operations
📤 Upload
📝 New File
📁 New Folder
Close
Editing: years.js
'use strict'; function range(a, z) { return Array.from({ length: z + 1 - a }, (_, i) => i + a); } module.exports = Object.freeze(range(2015, 2021));
Save
Cancel