Web worker Integration
问题 I want to use web worker to handle my zipcode checker function, I haven't worked with web worker before so the concept is new to me This is my zipcode function `` function checkZipCode() { event.preventDefault(); if(document.getElementById('zipcode').value < 20000) { document.getElementById('zip-result').innerHTML = 'Sorry, we haven’t expanded to that area yet'; } else if (document.getElementById('zipcode').value >= 20000) { document.getElementById('zip-result').innerHTML = 'We’ve got your