When I try to mark a string in a function with apostrophe, the text between the apostrophe is not turning yellow but instead the text after the last apostrophe is.
I should imagine it’s just an error with CC’s syntax highlighting. When you put parameters in your function definition:
function someFinc(param){
//code
}
The parameters shouldn’t be a string.
1 Like