|
| 1 | +# 3+1 贡献题目列表 |
| 2 | + |
| 3 | +> 提示:新添加的题目在最前面,以下的是例子,链接和发布状态等发布后再补充 |
| 4 | +
|
| 5 | +- [haizlin](https://github.com/haizlin) |
| 6 | + - [html] [说说你对cookie和session的理解?]() |
| 7 | + - [css] [实现单行文本居中和多行文本左对齐并超出显示]() |
| 8 | + - [js] [请写出如下代码运行的结果并解释为什么?[代码]]() |
| 9 | + ```javascript |
| 10 | + |
| 11 | + var type = 'images'; |
| 12 | + var size = {width: 800, height: 600}; |
| 13 | + var format = ['jpg', 'png']; |
| 14 | + |
| 15 | + function change(type, size, format){ |
| 16 | + type = 'video'; |
| 17 | + size = {width: 1024, height: 768}; |
| 18 | + format.push('map'); |
| 19 | + } |
| 20 | + |
| 21 | + change(type, size, format); |
| 22 | + |
| 23 | + console.log(type, size, format); |
| 24 | + ``` |
| 25 | + - [软技能] [你知道网页三剑客指的是什么吗?你有用过Dreamwear吗?]() |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +> 新题放在这里 |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +- [Konata9](https://github.com/Konata9)(已发布:第143天) |
| 35 | + - [html] [请说说`<pre>`和`<code>`标签的区别?](https://github.com/haizlin/fe-interview/issues/1157) |
| 36 | + - [css] [如何自定义radio按钮的样式](https://github.com/haizlin/fe-interview/issues/1158) |
| 37 | + - [js] [自己实现数组的 `map`、`filter`、`find` 方法](https://github.com/haizlin/fe-interview/issues/1159) |
| 38 | + - [软技能] [你有自己的博客吗?维护的频率是多久呢?](https://github.com/haizlin/fe-interview/issues/1160) |
| 39 | + |
| 40 | +- [九旬大爷的梦](https://github.com/AnsonZnl)(已发布:第60天) |
| 41 | + - [html] [src、href、link的区别是什么?](https://github.com/haizlin/fe-interview/issues/250) |
| 42 | + - [css] [用css画一个太阳](https://github.com/haizlin/fe-interview/issues/251) |
| 43 | + - [js] [请实现一个flattenDeep函数,把多维数组扁平化](https://github.com/haizlin/fe-interview/issues/252) |
| 44 | + - [软技能] [如何预防掉头发?](https://github.com/haizlin/fe-interview/issues/253) |
| 45 | + |
| 46 | +- [邓旭辉](https://github.com/xiangshuo1992)(已发布:第43天) |
| 47 | + - [html] [如何让元素固定在页面底部?有哪些比较好的实践?](https://github.com/haizlin/fe-interview/issues/161) |
| 48 | + - [css] [span与span之间有看不见的空白间隔是什么原因引起的?有什么解决办法?](https://github.com/haizlin/fe-interview/issues/162) |
| 49 | + - [js] [JQuery的源码看过吗?能不能简单概括一下它的实现原理?](https://github.com/haizlin/fe-interview/issues/163) |
| 50 | + - [软技能] [最近在学什么?能谈谈你未来3,5年给自己的规划吗?](https://github.com/haizlin/fe-interview/issues/164) |
| 51 | + |
| 52 | +- [九旬大爷的梦](https://github.com/AnsonZnl)(已发布:第35天) |
| 53 | + - [html] [用一个div模拟textarea的实现](https://github.com/haizlin/fe-interview/issues/128) |
| 54 | + - [css] [使用flex实现三栏布局,两边固定,中间自适应](https://github.com/haizlin/fe-interview/issues/129) |
| 55 | + - [js] [请你解释一个为什么10.toFixed(10)会报错?](https://github.com/haizlin/fe-interview/issues/130) |
| 56 | + - [软技能] [谈一谈你知道的前端性能优化方案有哪些?](https://github.com/haizlin/fe-interview/issues/131) |
0 commit comments