this repo has no description

OR A TRUCK???

+1 -1
+1 -1
shared/challenges_markdown/three/part_two.md
··· 23 23 const file = this.querySelector('input[type=file]').files[0]; 24 24 if (file && file.size > 2 * Math.pow(2, 20)) { 25 25 e.preventDefault(); 26 - alert('That car sure looks like a big vehicle (max 2MB)'); 26 + alert('Are sending a car or a damn truck??? (max 2MB)'); 27 27 } 28 28 }); 29 29 </script>