登录 注册
当前位置:主页 > 资源下载 > 9 > hw-week_01-day_02-javascript下载

hw-week_01-day_02-javascript下载

  • 更新:2024-08-09 10:51:38
  • 大小:2KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Javascript作业 变数 分钟视频) (互动游戏) 情况 (阅读) 赋值运算符 不运行以下代码,请尝试确定: let a = 1 ; let b = 'bongos' ; let c = true ; a = b ; b = c ; c = a ; 您的解决方案在这里: 什么是a ? a is ... 什么是b ? b is ... 什么是c ? c is ... 级联 使用+运算符在console.log()中将这些字符串连接在一起:“ Please”,“ squeeze”,“ the”,“ cheese”。 确保每个单词之间有空格。 const firstWord = "Please" ; const secondWord = "squeeze" ; const thirdWord = "the" ; const fourthWord = "cheese" ;