compact code for unreadability
This commit is contained in:
6
main.mjs
6
main.mjs
@@ -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)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user