A script is technically not source code because source code is compiled. A script is a interpreted, meaning it is read line by line and the commands are executed. You can think of it like a script in real life- you have a bunch of lines on it, and go through the lines, reading them one by one and doing what each line says (in a program, it may have to jump between lines for a function/conditional/etc but it is still read sequentially)
what is diffrence of codecademy’s javascript program and visual code’s javascript program?
some of codes on google can’t run on codecademy’s javascript.