Results 2 issues of Parth Savadiya

https://github.com/lydiahallie/javascript-questions#76-whats-the-output The answer to question number 76 should be 'C' undefined if we console.log(name). And if the answer is correct then in question console log should be console.log(myName) instead of...

$("#TravelStartDate").datetimepicker({ format: "dd/mm/yyyy HH:ii P", showMeridian: true, autoclose: true, todayBtn: true }).on('changeDate', function (ev) { $('#TravelEndDate').datetimepicker('setEndDate', '07/08/2017'); }); $("#TravelEndDate").datetimepicker({ format: "dd/mm/yyyy HH:ii P", showMeridian: true, autoclose: true, todayBtn: true }).on('changeDate',...