es6 basic intro

简介: es6 basic intro
//var name=”liugang”
//while(true){
// var name=”xiaoming”;
// console.log(name);//
// break
//}
//console.log(name);
//let name=”liugang”;
//while(true){
// let name=”xiaoming”;
// console.log(name);//
// break
//}
//console.log(name);
//var a=[];
//for(let i=0;i<10;i++){
// a[i]=function(){
// console.log(i);
// }
//}
//a6
//function iteratorFactory(i){
// var οnclick=function(e){
// console.log(i);
// }
// return onclick
//}
//var clickBoxs=document.querySelectorAll(“.clickBox”;
//for(i=0;i
目录
相关文章
|
4月前
|
消息中间件 Kafka Go
module declares its path as: github.com/IBM/sarama but was required as: gith
module declares its path as: github.com/IBM/sarama but was required as: gith
|
6月前
|
JavaScript 索引
Component name “index“ should always be multi-word vue/multi-word-component-names
Component name “index“ should always be multi-word vue/multi-word-component-names
|
7月前
|
JavaScript
error Component name “Login“ should always be multi-word vue/multi-word-component-names【已解决】
error Component name “Login“ should always be multi-word vue/multi-word-component-names【已解决】
445 1
|
8月前
|
JavaScript
【Vue Error】 error Component name “product“ should always be multi-word vue/multi-word-compone……
【Vue Error】 error Component name “product“ should always be multi-word vue/multi-word-compone……
codeforces 344B - Simple Molecules
题意就是给出3个原子的化学价,然后组成一个分子,要保证这个分子是稳定的,如果你还记得高中化学知识的话这个很容易理解,然后让你求出1-2 2-3 1-3 号原子之间有几条键, 这里我分别用ta tb tc 表示, 用数学的方法表示出来的话就是a = tc + tb; b = ta+tc; c = ta + tb;可能有多种情况,只要输出一种即可。
48 0
|
JavaScript
Vue中遇到的Bug( Component name “School“ should always be multi-word vue/multi-word-component-names)
Vue中遇到的Bug( Component name “School“ should always be multi-word vue/multi-word-component-names)
141 0
ES中的Multi_match深入解读:best_fields、most_fields、cross_fields用法一览
ES中的Multi_match深入解读:best_fields、most_fields、cross_fields用法一览
ES中的Multi_match深入解读:best_fields、most_fields、cross_fields用法一览
|
JSON API Apache
ES helper 介绍|学习笔记
快速学习 ES helper 介绍。
160 0

热门文章

最新文章

下一篇
开通oss服务