FED
技术栈
专辑
文章
讨论
公告
开发者
©FrontEndDev.org
2015 - 2024
web@2.23.0 api@2.21.1
首页
/
JavaScript
/
基础概念
技术栈自测
知识点资源
A book series on JavaScript
A book series on JavaScript
JavaScript | MDN
JavaScript(JS)是一种具有函数优先特性的轻量级、解释型或者说即时编译型的编程语言。虽然作为 Web 页面中的脚本语言被人所熟知,但是它也被用到了很多非浏览器环境中,例如 Node.js、Apache CouchDB、Adobe Acrobat 等。进一步说,JavaScript 是一种基于原型、多范式、单线程的动态语言,并且支持面向对象、命令式和声明式(如函数式编程)风格。
w3schools JavaScript Tutorial
JavaScript is the world's most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced.
The Modern JavaScript Tutorial
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
Exploring JS: JavaScript books for programmers
Most of the books are ! You can also buy offline versions. specializes in JavaScript and web development. He , writes books and teaches classes.
Eloquent JavaScript
This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy.
JavaScript Crash Course For Beginners
In this crash course we will go over the fundamentals of JavaScript including more modern syntax like classes, arrow functions, etc. This is the starting point on my channel for learning JS.
Build a Netflix Landing Page Clone with HTML, CSS & JS
In this video, we will re-create the Netflix landing page using HTML, CSS and a bit of JavaScript for the tabs. We will use modern CSS3+ techniques like Grid, Flex, overlays, shadows, etc.
JavaScript posts on daily.dev
Explore the world of JavaScript with resources covering language features, frameworks, libraries, and ecosystem tools. This category offers tutorials, articles, and discussions on topics such as ES6 syntax, asynchronous programming, functional programming, and client-side development. Whether you're a frontend developer, backend engineer, or JavaScript enthusiast, you'll find content to help with web development.
Learn JavaScript For Free: The Most Comprehensive Course
JavaScript is a scripting language that completes the triad, along with HTML and CSS, of the core technologies used to build websites
Brief History of JavaScript - roadmap.sh
How JavaScript was introduced and evolved over the years
The Weird History of JavaScript
Pivotal moments in the evolution of JavaScript
JavaScript Versions: How JavaScript has changed over the years
Since its inception in 1995, JavaScript has gone through several iterations and versions. In this article, we’ll take a look at the history of JavaScript and all the versions we've used and loved.
JavaScript Versions
JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMAScript is the official name of the language. ECMAScript versions have been abbreviated to ES1, ES2, ES3, ES5, and ES6. Since 2016, versions are named by year (ECMAScript 2016, 2017, 2018, 2019, 2020).
How To Add JavaScript to HTML | DigitalOcean
This tutorial will go over how to incorporate JavaScript into your web files, both inline into an HTML document and as a separate file.
How To Write Your First JavaScript Program | DigitalOcean
This tutorial will walk you through creating a “Hello, World!” program in JavaScript. To make the program more interesting, we’ll modify the traditional “Hel…
How To Use the JavaScript Developer Console | DigitalOcean
This tutorial will go over how to work with the Console in JavaScript within the context of a browser, and provide an overview of other built-in development …
JavaScript Tutorial
JavaScript Tutorial provides you with many practical tutorials that help you learn JavaScript from scratch quickly and effectively.
相关文章
coolie2.5.0加载vue文件的思路及方案
61562692
2/13/2019, 8:29:18 PM
访问
521
·
评论
0
用coolie很多年了,非常感谢云大神提供这么好的工具,闲暇之余,对其稍作修改,支持构建vue文件一个vue文件包含template,style,scrip三个部分,本方案输出格式如下构建前...
JavaScript
基础概念
使用 acme.sh 部署 Let's Encrypt 通过阿里云 DNS 验证方式实现泛域名 HTTPS
云淡然
5/11/2018, 5:45:36 PM
访问
5302
·
评论
2
之前写过一篇关于Let'sEncrypt的文章《使用Certbot部署Let'sEncrypt免费SSL证书实现HTTPS》。本文要介绍的是另外一种部署方式,更简单、更方便,也是作者推荐的方式。以下操作都建议使用root用户操作,因为需要操作nginx。...
JavaScript
基础概念
最好用的jQuery-Ajax缓存插件
refined-x
4/8/2018, 4:47:21 PM
refined-x
访问
960
·
评论
0
最好用的jQuery-Ajax缓存插件...
JavaScript
基础概念
一套高定制性UI框架,基于Seajs/jQuery构建
refined-x
12/26/2017, 4:03:28 PM
refined-x
访问
1305
·
评论
0
Flow-UI是一套高定制性UI框架,基于Seajs/jQuery构建,内置CSS组件、JS插件、模块化开发体系、自动化开发工具、常见场景解决方案。...
JavaScript
基础概念
js内存管理查看
胡双
12/13/2017, 10:26:38 PM
内存管理
访问
1215
·
评论
0
内存管理学习,闭包的引用,全局变量的引用.....内存泄漏的防范!!!!...
JavaScript
基础概念
查看更多
相关讨论
在复制js代码时会自动换行
freeblockluxe
1/14/2019, 9:42:00 PM
访问
611
·
评论
0
webstorm一个奇怪的问题我有一个的js界面没有了横向滚动条,超出一屏会自动换行,而其它js界面又不会自动换行会导致格式难看而设置里面的usesoftwrapsineditor是没有勾的不知是哪的问题请人指点...
JavaScript
基础概念
coolie搞基.vue,并支持构建
61562692
10/10/2018, 3:43:57 PM
访问
551
·
评论
3
...
JavaScript
基础概念
求交流:CAS在前后端分离的模式的实践
yuyongyu08
3/9/2018, 12:07:50 PM
访问
2663
·
评论
1
目前在调研CAS解决SSO的问题,CAS官方的方案都是针对非前后端分离的模式,目前在各种坑中出不来,各位大神有没有过前后端分离的情况下做单点登录的经验分享下,求交流。...
JavaScript
基础概念
nginx 配置多域名 https 证书
云淡然
2/6/2018, 4:26:43 PM
前端水深
访问
1407
·
评论
1
主要症状是这样的,nginx配置了A域名,证书也是A域名的,结果在外网访问的时候,返回的是B域名的证书nginx上配置的域名不止这一个,全部都是https的,就单独这个域名出现问题...
JavaScript
基础概念
coolie构建和Vdtjs前端模板引擎冲突的问题
61562692
11/20/2017, 11:01:28 PM
访问
1125
·
评论
4
在使用coolie构建的时候,有个兼容性的问题想请教一下我在使用Vdtjs前端js引擎的时候,他的语法是类似于使用coolie构建之后,html会变成就回导致模板引擎解析失败...
JavaScript
基础概念
查看更多