I am really new to Javascript and this might be a really dumb question but how do you type an apostrophe in between an object?
const data = {
greeting: 'Welcome to John's restaurant'
}
Do I need to write something in front of it? Thank you in advance