📅  最后修改于: 2022-03-11 15:02:06.530000             🧑  作者: Mango
// Define a function that prints a stringfunction welcomeMessage() { console.log('Welcome to JavaScript');}// Call the functionwelcomeMessage();