JS не запуска

let yourString = 'Hello world!';
if ( !yourString.startsWith('Hell') ) {
	console.log('We are going to hell');
}
Wicked Wolf