Take up the President's call to code – create a a free account at Code Academy and learn to code. Stop complaining about buggy software and write your own health care exchange.
function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; }
Take up the President's call to code – create a a free account at Code Academy and learn to code. Stop complaining about buggy software and write your own health care exchange.