Skip to content
#

JavaScript

javascript logo

JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

Here are 10,444 public repositories matching this topic...

WangLianpla83
WangLianpla83 commented Nov 4, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

lin-xin
lin-xin commented Jul 29, 2017

前言

Express 是基于 Node.js 平台的 web 应用开发框架,在学习了 Node.js 的基础知识后,可以使用 Express 框架来搭建一个 web 应用,实现对数据库的增删查改。

数据库选择 MongoDB,它是一个基于分布式文件存储的开源数据库系统,Mongoose 是 MongoDB 的对象模型工具,可以在异步环境里工作。

接下来就使用 Express + Mongoose 来实现简单的增删查改,在实现的过程中来学习 Express 和 Mongoose 的基础知识。

准备

既然是基于 Node.js 的框架,那么肯定需要装 node.js,还有 MongoDB,网上有很多安装教程。然后使用 express-generator 来快速生成一个 Express 项目。那么先安装一下 express-generator

n
duebbert
duebbert commented Oct 24, 2015

Tiny little improvement that would (at least for me) make this even more awesome: when on mobile make the sticky header at the top clickable to open the link in a new window. Often I read the comments and then decide that I would actually like to read the linked article etc. I then have to scroll all the way up to the header. If I could instead just click the sticky heading at the top, then this w

ka1n4t
ka1n4t commented Mar 25, 2020

老哥你好,好像有个bug

Markdown的 [toc]语法是根据后面的Markdown节点自动生成一个目录,比如

[TOC]
#header1

会在header1的前面生成一个header1超链接,指向#header1,点击之后自动跳到header1锚点。而header1标题的位置就是一个超链接,比如<a href="#header1">xxx</a>

但是你这里的实现好像是把目录的锚点用一串数值代替了,header1处的超链接变成了<a href="#1234567890">xxx</a>。因此,如果点击[toc]自动生成的目录的话,无法跳到对应的锚点。

tjnycum
tjnycum commented Apr 30, 2020

Steps to reproduce:

  1. Open extension's menu and click Shortcuts to show the "shortcut list".
  2. Click Picture-in-Picture, opening the "edit dialog".
  3. Press any key other that what's shown as the current setting (if any).
  4. Note that the list behind the dialog already reflects the change. (Expected: no change to the list unless and until Save is clicked, as that's when the change is actuall

Created by Brendan Eich

Released December 4, 1995

Website
developer.mozilla.org/en-US/docs/Web/JavaScript
Wikipedia
Wikipedia

Related Topics

nodejs
You can’t perform that action at this time.