top of page
Search
zakariyesahid96

Console, art and prompt

  • Console.log() prints arguments to console.

  • For example console.log(1+4, “Hi” , true), would print 5 “HI” true.

  • Prompt accepts argument would be like prompt( “enter number)

Let userInput= prompt (“enter number).

  • Using parse in front allows to change input.

1 view0 comments

Recent Posts

See All

Comentários


Post: Blog2_Post
bottom of page