UNPKG

rehamraafattask3

Version:

hello world

16 lines (9 loc) 350 B
console.log("hello from task 3"); var { ticket } = require('./modules/myModule.js'); let x = new ticket(100, 1001, "swizerland", "Cairo", new Date()); x.Display_Info(); console.log(x.Get_Data()); x.Update_Info(200, 1001, "Aswan", "Cairo", new Date()); //Data after Update Destination console.log(x.Get_Data()); x.Display_Info();