JavaScript
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...
Suggest on README.md
I think a better "point of view" can be omitted for better reading because everyone knows what you are talking about, which the sample code might not compatible on their machines or browsers
steps to repro:
- Enter more than 16 digit number
- delete the last 3 digits..
- In UI it shows 16 digit.. on form submit, the value is 17 digit.
Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>
It would be great if all of these projects included a devcontainer dir & docker file so that they can be run without any machine setup or config
-
Updated
Jul 4, 2020 - CSS
In homepage of Retina.js download button is wrapped with wrong version of the Retina.js (screenshot: https://cl.ly/a1084a83c083). Is not the last version 2.1.2?
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
-
Updated
Jun 15, 2020 - CSS
-
Updated
Oct 4, 2018 - CSS
-
Updated
Mar 27, 2020 - CSS
前言
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
-
Updated
Mar 25, 2017 - CSS
-
Updated
Jun 30, 2020 - CSS
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
Blank button opens on Linux (Ubuntu 16.04 LTS) when opening the app from the topbar. Clicking it will open the app.
Any ideas? Is it the menubar package?
-
Updated
Aug 13, 2019 - CSS
Markdown 目录索引的锚点有点问题
老哥你好,好像有个bug
Markdown的 [toc]语法是根据后面的Markdown节点自动生成一个目录,比如
[TOC]
#header1
会在header1的前面生成一个header1超链接,指向#header1,点击之后自动跳到header1锚点。而header1标题的位置就是一个超链接,比如<a href="#header1">xxx</a>
但是你这里的实现好像是把目录的锚点用一串数值代替了,header1处的超链接变成了<a href="#1234567890">xxx</a>。因此,如果点击[toc]自动生成的目录的话,无法跳到对应的锚点。
-
Updated
Jul 3, 2020 - CSS
-
Updated
Oct 13, 2017 - CSS
After folding a list item when someone hovers over that folded item, the hover option which have complete[or uncomplete] etc, the fold option must convert to unfold option.
It would be great if a card (like in Trello) has an indicator that it has more information in it.
-
Updated
Feb 19, 2020 - CSS
Steps to reproduce:
- Open extension's menu and click Shortcuts to show the "shortcut list".
- Click Picture-in-Picture, opening the "edit dialog".
- Press any key other that what's shown as the current setting (if any).
- 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
-
Updated
Jun 1, 2020 - CSS
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题
注意:请不要乱开无意义的 Issue,违者直接加黑名单
注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)
FreeCodeCamp.cn Issue 模板
如何使用本模板:
以上内容请在提交 Issue 之前删除
浏览器信息