Share your change of career by coding skills. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Share your change of career by coding skills.

coding

10th Dec 2017, 10:27 AM
subhashini raman
subhashini raman - avatar
1 Réponse
+ 1
I am just a beginner.. working on html with vbscript.. Can anyone explain what's happening.. what should i do to print value of the variables? <script lang="vbscript"> dim a a=2 document.write(a) </script> 👆👉output: empty screen <script lang="vbscript"> document.write("a") </script> 👆👉output: a <script lang="vbscript"> dim a document.write("a") </script> 👆👉output: empty screen
10th Dec 2017, 10:42 AM
Priyan
Priyan - avatar