# interview ## Q1 - [設計稿](https://xd.adobe.com/view/9220a5db-4d00-4f83-8d8a-8c54b42b3578-c773/specs/) ```htmlmixed <i class="fa-solid fa-face-smile"></i> ``` font-awesome CDN: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css icon url: https://fontawesome.com/icons/face-smile?f=classic&s=solid ## Q2 [身份證規則](https://web.fg.tp.edu.tw/~anny/idtest.htm?fbclid=IwAR0pI0ymRmanb3sx2noxsfYO1UgzSBVyh3VIM-U3Sl_TaGg6ZrezNT5srwg) ```javascript function validateIdNumber(idNumber) { // return bool } // validateIdNumber("A182237591") true // validateIdNumber("A191678119") false // validateIdNumber("A278897018") true // validateIdNumber("A257895194") true // validateIdNumber("B261685547") false // validateIdNumber("B180556772") true // validateIdNumber("C178223894") true // validateIdNumber("C226118119") true // validateIdNumber("C391982209") false ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up