{"version":"1.0","provider_name":"JavaScript Tutorial","provider_url":"https:\/\/techkubo.com\/javascript","title":"JavaScript Syntax - JavaScript Tutorial","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"P4s8hisb5X\"><a href=\"https:\/\/techkubo.com\/javascript\/javascript-syntax\/\">JavaScript Syntax<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/techkubo.com\/javascript\/javascript-syntax\/embed\/#?secret=P4s8hisb5X\" width=\"600\" height=\"338\" title=\"&#8220;JavaScript Syntax&#8221; &#8212; JavaScript Tutorial\" data-secret=\"P4s8hisb5X\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/*! This file is auto-generated *\/\n!function(d,l){\"use strict\";l.querySelector&&d.addEventListener&&\"undefined\"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!\/[^a-zA-Z0-9]\/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret=\"'+t.secret+'\"]'),o=l.querySelectorAll('blockquote[data-secret=\"'+t.secret+'\"]'),c=new RegExp(\"^https?:$\",\"i\"),i=0;i<o.length;i++)o[i].style.display=\"none\";for(i=0;i<a.length;i++)s=a[i],e.source===s.contentWindow&&(s.removeAttribute(\"style\"),\"height\"===t.message?(1e3<(r=parseInt(t.value,10))?r=1e3:~~r<200&&(r=200),s.height=r):\"link\"===t.message&&(r=new URL(s.getAttribute(\"src\")),n=new URL(t.value),c.test(n.protocol))&&n.host===r.host&&l.activeElement===s&&(d.top.location.href=t.value))}},d.addEventListener(\"message\",d.wp.receiveEmbedMessage,!1),l.addEventListener(\"DOMContentLoaded\",function(){for(var e,t,s=l.querySelectorAll(\"iframe.wp-embedded-content\"),r=0;r<s.length;r++)(t=(e=s[r]).getAttribute(\"data-secret\"))||(t=Math.random().toString(36).substring(2,12),e.src+=\"#?secret=\"+t,e.setAttribute(\"data-secret\",t)),e.contentWindow.postMessage({message:\"ready\",secret:t},\"*\")},!1)))}(window,document);\n<\/script>\n","description":"JavaScript&nbsp;Statements JavaScript\u00a0statements\u00a0are\u00a0instructions\u00a0to\u00a0be\u00a0executed\u00a0by\u00a0the\u00a0browser.\u00a0They\u00a0can\u00a0perform\u00a0actions\u00a0like\u00a0displaying\u00a0output,\u00a0making\u00a0calculations,\u00a0or\u00a0manipulating\u00a0the\u00a0DOM. Each statement\u00a0is\u00a0usually\u00a0separated\u00a0by\u00a0a\u00a0semicolon\u00a0(;). Explanation of Code: Each\u00a0line\u00a0in\u00a0the\u00a0example\u00a0below is\u00a0a\u00a0JavaScript\u00a0statement.\u00a0The\u00a0last\u00a0statement\u00a0uses\u00a0console.log\u00a0to\u00a0output\u00a0the\u00a0value\u00a0of\u00a0z. Case Sensitivity JavaScript&nbsp;is&nbsp;case-sensitive,&nbsp;meaning&nbsp;myVariable&nbsp;and&nbsp;myvariable&nbsp;are&nbsp;considered&nbsp;two&nbsp;different&nbsp;variables. Explanation of Code: The&nbsp;example&nbsp;demonstrates&nbsp;that&nbsp;myVariable&nbsp;and&nbsp;myvariable&nbsp;are&nbsp;treated&nbsp;as&nbsp;separate&nbsp;variables. Whitespace and Indentation JavaScript\u00a0ignores\u00a0extra\u00a0spaces,\u00a0tabs,\u00a0and\u00a0newlines,\u00a0which\u00a0means\u00a0you\u00a0can\u00a0format\u00a0your\u00a0code\u00a0for\u00a0better\u00a0readability\u00a0without\u00a0affecting\u00a0its\u00a0execution. [&hellip;]","thumbnail_url":"https:\/\/techkubo.com\/javascript\/wp-content\/uploads\/sites\/7\/2024\/11\/JS-Syntax-Image1.png","thumbnail_width":1024,"thumbnail_height":438}