top of page
  • Writer's pictureTuấn Dương Hồng

Hello World :)

HelloWorld('Tuan Duong Hong Blog :)');
 
HelloWorld = (BlogName) => { let hobbies = ['Code', 'Film', 'Running', 'Beer']; print("Say hello to everyone ! It's my first post in "+BlogName+"\n"); print("My Blog is about my hobbies \n"); hobbies.forEach(e => { print(e+'\n'); }); print("Enjoy life !"); }
 


3 views0 comments
bottom of page