@版本 2.0.0
譯注:此翻譯版,主要給不能流利的讀英文的人看,相關專有名詞還是保留原文。翻譯不好地方請協助pull request.
此repository包含了一些前端開發的面試問題,來審查一個有潛力的面試者。這並不是建議你對同一個面試者問上所有的問 (那會花費好幾小時)。從列表中挑幾個題目,應該就夠幫助你審查面試者是否擁有你需要的技能。
Rebecca Murphey 的 Baseline For Front-End Developers 也是一篇很棒且值得讀的文章在你開始面試之前。
| { | |
| "event_description":"", | |
| "calculate":"0", | |
| "level": "2", // 會員當下等級 | |
| "card_num":"ET00341465", | |
| "erp_id":" A00082021121501000011012", | |
| "sgid":"LKAH900012022/07/0101000001", //"`SalesH`.`SGID`" | |
| "companycode":"ET", | |
| "store_no": "", // "店碼" | |
| "machine_no": "", // "機號", |
| <template> | |
| <div class="main"> | |
| <div class="left-grid"> | |
| <div class="canvas" id="r3"></div> | |
| <div class="screenshot-btn-group"> | |
| <a-button-group> | |
| <a-button icon="camera" :size="'large'">Snapshot</a-button> | |
| <a-button icon="highlight" :size="'large'" v-on:click.prevent="togglePicker">Paint</a-button> | |
| <a-button icon="save" :size="'large'">Save File</a-button> | |
| </a-button-group> |
@版本 2.0.0
譯注:此翻譯版,主要給不能流利的讀英文的人看,相關專有名詞還是保留原文。翻譯不好地方請協助pull request.
此repository包含了一些前端開發的面試問題,來審查一個有潛力的面試者。這並不是建議你對同一個面試者問上所有的問 (那會花費好幾小時)。從列表中挑幾個題目,應該就夠幫助你審查面試者是否擁有你需要的技能。
Rebecca Murphey 的 Baseline For Front-End Developers 也是一篇很棒且值得讀的文章在你開始面試之前。
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |