注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号 
x
本帖最后由 CocoLinSCUP 于 2020-12-31 04:54 编辑
盡量寫得很詳細了,每題都有記下來,求加米~~
[React section]
因為我的職位是react dev,所以一開始先問了我
1. 平常都用functional or class component?
2. redux的作用?
3. hook在做啥
平常雖然寫react,但沒用過redux跟hook....redux還回答得出來,hook就忘了在幹嘛了...
[JS section]
接下來是code題,不過不是想考算法,比較像是考對JS各種method熟悉度
用codeshare.io 所以只能寫不能compile/debug,有體驗到接近白板的感覺...
[CSS section]
一樣是直接在codeshare上出題
1. What does * mean?
* {
//some style
}
2. What's is the name of this property? Ans. display
* {
??: flex;
}
3. Difference between relative and absolute?
4. What is box-sizing?
還好昨天有臨時想到這個問題去查了下,平常雖然有在用css,但少用到這個property
4. What will be the num's value?
var eles = document.getElementsByTagName('h1')
var num = eles.length
5. Given a html which contains some tables, find the maximum number of td among these tables
<table><tr><td> //suppose there're 6 tds in this table
<table><tr><td> //suppose there're 5 tds in this table
<table><tr><td> //suppose there're 12 tds in this table
反正就是要找到最多的td有幾個,以這個例子來說,要print 12
大概就這樣吧,CSS都回答得很順,但前面的JS表現實在太差了,自己都覺得糟糕:(
剛面完,結果還沒出來,有的話再更新
补充内容 (2020-12-31 07:33):
Pass了!
补充内容 (2021-12-14 16:18 +08:00):
不好意思我沒有很常上ㄧ畝 想加我好友的可能都需要等一陣子😞
补充内容 (2023-03-24 10:05 +08:00):
大概有一年沒上來了 以後也會很少上 就不再回覆囉 有問題找Antra HR他們都很樂意回答各種問題 |