What is source code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is source code

10th Jan 2017, 6:08 PM
ARUN
ARUN - avatar
6 Answers
+ 4
source code is the code which we write using programming languages.
10th Jan 2017, 6:14 PM
Nawaj Shareef
Nawaj Shareef - avatar
+ 1
any one know about java script
10th Jan 2017, 6:17 PM
ARUN
ARUN - avatar
+ 1
<!DOCTYPE html> <html> <body> <h1>Demo</h1> <button type="button" onclick="document.getElementById('demo').innerHTML = Date()"> Click me to display Date and Time.</button> <p id="demo"></p> </body> </html> This is an example of a javascript code, this code displays the date, time and time zone. YES I KNOW, this looks a lot like HTML5.0 but, alongside html5.0 runs javascript.
10th Jan 2017, 7:42 PM
Brant Kingery
Brant Kingery - avatar
0
can guve example
10th Jan 2017, 6:14 PM
ARUN
ARUN - avatar
0
Java script is Script which you write while programming to run a program according to your wish
12th Jan 2017, 3:08 AM
Inder Aujla
0
ARUN, i know about JavaScript, passed my java tutorial and JavaScript course 😀 happy to help
4th Mar 2017, 5:15 AM
Brant Kingery
Brant Kingery - avatar