Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
memetee
/
javascript-basics
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
5 Commits
5 Commits
Folders and files
Name
Name
Last commit message
Last commit date
assets
assets
01-编程语言和JavaScript简介.md
01-编程语言和JavaScript简介.md
02-开始写JavaScript:hello world.md
02-开始写JavaScript:hello world.md
03-常量和变量.md
03-常量和变量.md
04-标识符、关键字、保留字.md
04-标识符、关键字、保留字.md
05-变量的数据类型:基本数据类型和引用数据类型.md
05-变量的数据类型:基本数据类型和引用数据类型.md
06-基本数据类型:String 和 Boolean.md
06-基本数据类型:String 和 Boolean.md
07-基本数据类型:Number.md
07-基本数据类型:Number.md
08-基本数据类型:Undefined 和 Null.md
08-基本数据类型:Undefined 和 Null.md
09-数据类型转换.md
09-数据类型转换.md
10-运算符.md
10-运算符.md
11-流程控制语句:选择结构(if和switch).md
11-流程控制语句:选择结构(if和switch).md
12-流程控制语句:循环结构(for和while).md
12-流程控制语句:循环结构(for和while).md
13-对象简介.md
13-对象简介.md
14-基本包装类型.md
14-基本包装类型.md
15-内置对象 String:字符串的常见方法.md
15-内置对象 String:字符串的常见方法.md
16-内置对象:Number和Math.md
16-内置对象:Number和Math.md
17-内置对象:Date.md
17-内置对象:Date.md
18-数组简介.md
18-数组简介.md
19-数组的常见方法.md
19-数组的常见方法.md
20-函数简介.md
20-函数简介.md
21-递归函数.md
21-递归函数.md
22-立即执行函数.md
22-立即执行函数.md
23-作用域、变量提升、函数提升.md
23-作用域、变量提升、函数提升.md
24-预编译.md
24-预编译.md
25-this指向.md
25-this指向.md
26-闭包.md
26-闭包.md
27-面向对象简介.md
27-面向对象简介.md
28-对象的创建&构造函数.md
28-对象的创建&构造函数.md
29-对象的基本操作.md
29-对象的基本操作.md
30-浅拷贝和深拷贝.md
30-浅拷贝和深拷贝.md
31-对象的高级操作(待更新).md
31-对象的高级操作(待更新).md
32-原型链和原型继承(待更新).md
32-原型链和原型继承(待更新).md
33-类和构造继承(待更新).md
33-类和构造继承(待更新).md
34-正则表达式.md
34-正则表达式.md
35-事件简介.md
35-事件简介.md
36-DOM简介和DOM操作.md
36-DOM简介和DOM操作.md
37-通过style对象获取和设置行内样式.md
37-通过style对象获取和设置行内样式.md
38-offset相关属性和匀速动画(含轮播图的实现).md
38-offset相关属性和匀速动画(含轮播图的实现).md
39-scroll相关属性和缓动动画.md
39-scroll相关属性和缓动动画.md
40-client(可视区)相关属性.md
40-client(可视区)相关属性.md
41-事件的绑定和事件对象Event.md
41-事件的绑定和事件对象Event.md
42-事件的传播和事件冒泡.md
42-事件的传播和事件冒泡.md
43-事件委托.md
43-事件委托.md
44-键盘事件.md
44-键盘事件.md
45-BOM简介和navigator.userAgent&History&Location.md
45-BOM简介和navigator.userAgent&History&Location.md
46-定时器.md
46-定时器.md
47-jQuery的介绍和选择器.md
47-jQuery的介绍和选择器.md
48-jQuery动画详解.md
48-jQuery动画详解.md
49-jQuery操作DOM.md
49-jQuery操作DOM.md
50-jQuery的事件机制和其他知识.md
50-jQuery的事件机制和其他知识.md
51-Zepto入门.md
51-Zepto入门.md
BOM的常见内置方法和内置对象.md
BOM的常见内置方法和内置对象.md
原型对象.md
原型对象.md
原型链.md
原型链.md
常见代码解读.md
常见代码解读.md
View all files
About
javascript基础笔记
Activity
Stars
1
star
Watchers
1
watching
Forks
1
fork
Report repository
Releases
Packages
Contributors
You can’t perform that action at this time.