Problem: I’m new in Java. I'm working with node.js, and in one of my js files I'm using const in "strict mode". When trying to run it, I'm getting an error: Please help me to fix this. SyntaxError: Use of const in strict mode. 'use strict' const MAX_IMAGE_SIZE = 1024*1024; // 1 MB
asked
5 hours ago
Shovo210
5.2k points