Can I start javascript with knowing nothing about JAVA???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I start javascript with knowing nothing about JAVA????

30th Jan 2017, 11:34 AM
mojtaba khaliji
mojtaba khaliji - avatar
4 Answers
+ 10
Yes.
30th Jan 2017, 11:42 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
ValentinHacker thanks dude😍
30th Jan 2017, 11:45 AM
mojtaba khaliji
mojtaba khaliji - avatar
+ 1
Yee
30th Jan 2017, 11:49 AM
Brytista
Brytista - avatar
+ 1
<< A common misconception is that JavaScript is similar or closely related to Java. It is true that both have a C-like syntax (the C language being their most immediate common ancestor language). They also are both typically sandboxed (when used inside a browser), and JavaScript was designed with Java's syntax and standard library in mind. In particular, all Java keywords were reserved in original JavaScript, JavaScript's standard library follows Java's naming conventions, and JavaScript's Math and Date objects are based on classes from Java 1.0,[109] but the similarities end there. Java and JavaScript both first appeared on 23 May 1995, but Java was developed by James Gosling of Sun Microsystems, and JavaScript by Brendan Eich of NetScape Communications. The differences between the two languages are more prominent than their similarities. Java has static typing, while JavaScript's typing is dynamic. Java is loaded from compiled bytecode, while JavaScript is loaded as human-readable source code. Java's objects are class-based, while JavaScript's are prototype-based. Finally, Java did not support functional programming until Java 8, while JavaScript has done so from the beginning, being influenced by Scheme. >> https://en.m.wikipedia.org/wiki/JavaScript#JavaScript_and_Java
31st Jan 2017, 7:55 AM
visph
visph - avatar