+ 2

"Printf" and "console.write"

What is the difference between printf and console.write? Why here he uses console.write?

21st Sep 2017, 4:51 PM
Lorenzo Lo Giudice
Lorenzo Lo Giudice - avatar
1 Answer
+ 3
Printf is from the original c language. Prob has less overhead than console.write because it's not object oriented.
21st Sep 2017, 4:57 PM
Arthur Tripp
Arthur Tripp - avatar