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