Any similarities between C++ and Javascript?

Can you please explain the differences between these programming languages

hello @jngnandan

a) javascript is intrepreted language whereas c++ is compiled language.
b) js is dynamic typed (datatype get decided at runtime) whereas c++ is statically type
c) js is mostly used in web dev (both frontend and backend)
d) syntax wise they are similar to some extent

read more from here->link