Profile image of Turps
Submitted by Turps
almost 13 years

What is the difference between console.log and print

I just dont get it.

console.log(5*4);

prints out 20, and so does

print(5*4);

So what is the difference?!?

Answer 513dd6ba05d6f4318a006aee

2 votes

Permalink

print will just print the text to console. console.log() actually records it and we can use it for many purposes like email it for bug report.

Profile image of hrsetyono
Submitted by hrsetyono
almost 13 years

Popular free courses

  • In this SQL course, you'll learn how to manage large datasets and analyze real data using the standard data management language.
    • Beginner Friendly.
      4 Lessons
  • Learn how to use JavaScript — a powerful and flexible programming language for adding website interactivity.
    • Beginner Friendly.
      11 Lessons
  • Start at the beginning by learning HTML basics — an important foundation for building and editing web pages.
    • Beginner Friendly.
      6 Lessons
Explore full catalog