What does this print when the script is run with no NODE_ENV set in the environment?const env = process.env.NODE_ENV || 'development'; console.log(env);