当前位置:网站首页>JS variable
JS variable
2022-07-07 04:50:00 【Big bug of xiaofeichan】
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script>
//1. Make a statement age Variable
var age;
//2. assignment
age = 18;
//3. Output results
console.log(age);
//4. Initialization of a variable
var name = 'hzyandwxc';
console.log(name);
</script>
</head>
<body>
</body>
</html>
边栏推荐
- Lessons and thoughts of the first SQL injection
- Vscode automatically adds a semicolon and jumps to the next line
- Leetcode notes
- Intel David tuhy: the reason for the success of Intel aoten Technology
- In depth analysis of kubebuilder
- MySQL数据库(基础篇)
- Comment les tests de logiciels sont - ils effectués sur le site Web? Testez la stratégie!
- 軟件測試之網站測試如何進行?測試小攻略走起!
- The easycvr platform is connected to the RTMP protocol, and the interface call prompts how to solve the error of obtaining video recording?
- Data security -- 12 -- Analysis of privacy protection
猜你喜欢
Win11图片打不开怎么办?Win11无法打开图片的修复方法
Analyse approfondie de kubebuilder
【实践出真理】import和require的引入方式真的和网上说的一样吗
深耕开发者生态,加速AI产业创新发展 英特尔携众多合作伙伴共聚
[hand torn STL] list
Deeply cultivate the developer ecosystem, accelerate the innovation and development of AI industry, and Intel brings many partners together
九章云极DataCanvas公司摘获「第五届数字金融创新大赛」最高荣誉!
The root file system of buildreoot prompts "depmod:applt not found"
5G VoNR+之IMS Data Channel概念
System framework of PureMVC
随机推荐
MySQL null value processing and value replacement
Lecture 3 of "prime mover x cloud native positive sounding, cost reduction and efficiency enhancement lecture" - kubernetes cluster utilization improvement practice
This "advanced" technology design 15 years ago makes CPU shine in AI reasoning
mpf2_线性规划_CAPM_sharpe_Arbitrage Pricin_Inversion Gauss Jordan_Statsmodel_Pulp_pLU_Cholesky_QR_Jacobi
未婚夫捐5亿美元给女PI,让她不用申请项目,招150位科学家,安心做科研!
【线段树实战】最近的请求次数 + 区域和检索 - 数组可修改+我的日程安排表Ⅰ/Ⅲ
What is JVM? What are the purposes of JVM tuning?
九章云极DataCanvas公司蝉联中国机器学习平台市场TOP 3
Jetson nano配置pytorch深度学习环境//待完善
ESG全球领导者峰会|英特尔王锐:以科技之力应对全球气候挑战
全国气象数据/降雨量分布数据/太阳辐射数据/NPP净初级生产力数据/植被覆盖度数据
当 Knative 遇见 WebAssembly
A picture to understand! Why did the school teach you coding but still not
acwing 843. N-queen problem
What about the collapse of win11 playing pubg? Solution to win11 Jedi survival crash
How to conduct website testing of software testing? Test strategy let's go!
什么是Web3
Tiktok may launch an independent grass planting community platform: will it become the second little red book
组织实战攻防演练的5个阶段
Meaning of 'n:m' and '1:n' in database design