当前位置:网站首页>测试下摘要
测试下摘要
2022-07-07 10:49:00 【社会瑞弟】
上篇介绍了数组的基本概念和一些简单的数组元素操作函数,实际上,数组提供的函数还有很多。
push、pop、shift和unshift是操作数组首尾两端的函数,上文已经讲过,本文不再赘述。
元素删除(对象方式)
上篇已经简单介绍过,数组就是一个特殊的对象,因此我们可以尝试使用对象的属性删除方法:delete。
举个例子:111111
let arr = [1,2,3,4,5];
delete arr[2];
console.log(arr);
1
2
3
代码执行结果如下:
注意观察图中标黄的位置,虽然元素被删除了,但是数组的长度仍然是5,而且删除掉的位置多了一个空。如果我们访问下标为2的元素,会得到如下的结果:
————————————————
版权声明:本文为CSDN博主「@魏大大」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43302112/article/details/1251053312222
边栏推荐
- leetcode刷题:二叉树20(二叉搜索树中的搜索)
- 认养一头牛冲刺A股:拟募资18.5亿 徐晓波持股近40%
- Charles: four ways to modify the input parameters or return results of the interface
- .Net下极限生产力之efcore分表分库全自动化迁移CodeFirst
- Four functions of opencv
- 图像像素读写操作
- Cookie
- test
- 2022 polymerization process test question simulation test question bank and online simulation test
- 2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
猜你喜欢
2022A特种设备相关管理(锅炉压力容器压力管道)模拟考试题库模拟考试平台操作
Day-15 common APIs and exception mechanisms
Airserver automatically receives multi screen projection or cross device projection
[statistical learning method] learning notes - support vector machine (I)
Master公式。(用于计算递归的时间复杂度。)
Cookie
Leetcode question brushing: binary tree 26 (insertion operation in binary search tree)
Session
【无标题】
leetcode刷题:二叉树25(二叉搜索树的最近公共祖先)
随机推荐
《ASP.NET Core 6框架揭秘》样章[200页/5章]
ICLR 2022 | 基于对抗自注意力机制的预训练语言模型
【无标题】
[statistical learning method] learning notes - support vector machine (Part 2)
2022广东省安全员A证第三批(主要负责人)考试练习题及模拟考试
Master公式。(用于计算递归的时间复杂度。)
Cryptography series: detailed explanation of online certificate status protocol OCSP
ip2long与long2IP 分析
Common knowledge of one-dimensional array and two-dimensional array
Sorting, dichotomy
环境配置篇
在字符串中查找id值MySQL
数据库安全的重要性
[binary tree] delete points to form a forest
leetcode刷题:二叉树21(验证二叉搜索树)
认养一头牛冲刺A股:拟募资18.5亿 徐晓波持股近40%
What if the xshell evaluation period has expired
leetcode刷题:二叉树26(二叉搜索树中的插入操作)
JS to convert array to tree data
2022A特种设备相关管理(锅炉压力容器压力管道)模拟考试题库模拟考试平台操作