Skip to content

Instantly share code, notes, and snippets.

@zt4ff
Created March 14, 2022 21:45
Show Gist options
  • Save zt4ff/3299554b37374420c0c56c07b2977f99 to your computer and use it in GitHub Desktop.
Save zt4ff/3299554b37374420c0c56c07b2977f99 to your computer and use it in GitHub Desktop.
// index.js
let counter = 0
const generateId = () => { /* */}
class StudentManagement { /* */ }
module.exports = StudentManagement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment