If you wanted to create a multiple line comment in javaScript you would use _________ to start and _______ to end the comment. Group of answer choices code example
Example: javascript comment
//This is a javascript single line comment
/*
And here is a
multiline comment
*/