Please ensure Javascript is enabled for purposes of website accessibility

Meet the Principal

Welcome to HNC. We provide an inclusive, enriching education which will enable you to achieve your vision. We passionately believe that there are no limits to what you can achieve, when you are supported, challenged and guided by our passionate educators.

Our aim is to challenge you to be the best you can be, and under our outstanding guidance, teaching and wider support we will ensure you will succeed, and be ready for the world – whether this will be university, an apprenticeship or work. 

 

Marcus Smith- Connor, Principal

/* * Here is some JS code that you need to fix. * The aim is to correct number of days shown on the countdown clock. * 1. Correct the mistakes between lines 18 and 26. * 2. Amended and/or complete lines 10-13 * 3. After fixing do you still get NaN NaN NaN NaN appearing on the screen? If so how do you fix it? * * This is a more complex example that might appear on the exam. It is intentionally made more difficult. */ function countdown(){ var now = new Date(); var year = 2019; var month = 01; var day = 16; var hour = 09; var mins = 30; var eventDate = new Date(year, month-1, day, hour, mins); var currentTime = now.getTime(); var eventTime = eventDate.getTime(); var remTime = eventTime - currentTime; var s = Math.floor(remTime / 1000); var m = Math.floor(s / 60); var h = Math.floor(m / 60); var d = Math.floor(h / 24); h %= 24; m %= 60; s %= 60; h = (h < 10) ? "0" + h : h; m = (m < 10) ? "0" + m : m; s = (s < 10) ? "0" + s : s; document.getElementById("days").textContent = d; document.getElementById("days").innerText = d; document.getElementById("hours").textContent = h; document.getElementById("minutes").textContent = m; document.getElementById("seconds").textContent = s; setTimeout(countdown, 1000);

Acceptances Close

Wednesday 19th April

 


 

 

Twitter

Download Prospectus
Image 1Image 2