TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Developers Ar Becoming Lazy

4 点作者 misir超过 5 年前

2 条评论

raxxorrax超过 5 年前
&gt; In another case, I saw an NPM package that detects if the number is odd or even. Writing n%2 == 0 is that hard thing?<p>Repository in question:<p>&#x27;use strict&#x27;;<p>var isOdd = require(&#x27;is-odd&#x27;);<p>module.exports = function isEven(i) { return !isOdd(i); };
misir超过 5 年前
Are<i>