compact code for unreadability

This commit is contained in:
2024-08-26 12:41:15 +05:30
parent 6f7fc02d24
commit 3127d21afa

View File

@@ -64,8 +64,4 @@ function getGrade(mark){
const grade = getGrade(argv[2]) const grade = getGrade(argv[2])
console.log(grade) console.log(grade)
function printdebug(text) { function printdebug(text){ if (DEBUG)console.error('DEBUG:',text) }
if (DEBUG) {
console.error('DEBUG:',text)
}
}