Answers for "how to creat a function"

1

how to creat a function

function hello(){
	console.log(hello world);
}
Posted by: Guest on September-06-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language