+ 2
"Printf" and "console.write"
What is the difference between printf and console.write? Why here he uses console.write?
1 Answer
+ 3
Printf is from the original c language. Prob has less overhead than console.write because it's not object oriented.