Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

google js console

function add(a, b=20) {
  return a + b;
}
Source by developers.google.com #
 
PREVIOUS NEXT
Tagged: #google #js #console
ADD COMMENT
Topic
Name
3+3 =