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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Most underrated JavaScript tool

3 点作者 lorenzosnap大约 8 年前

1 comment

onion2k大约 8 年前
This is fun, but I&#x27;m not sure it&#x27;s actually very useful as a debugging tool. There are some <i>brilliant</i> debugging tools for JS these days. It&#x27;s quite easy to connect an IDE like VSCode to a browser using the node debugger, which gives you proper breakpoints and inspections. Alternatively, in-browser tools like Chrome devtools give you much, much more than this script too.<p>If you want to interactively tinker with some JS then <a href="https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;javascript" rel="nofollow">https:&#x2F;&#x2F;repl.it&#x2F;languages&#x2F;javascript</a> or <a href="https:&#x2F;&#x2F;jsbin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsbin.com&#x2F;</a> are really good too.