xxxxxxxxxx
#include <conio.h>
//*50
//50
//-50
int main(void)
{
int nombre;
printf("nombre = ",nombre);
scanf("%d",&nombre);
if (nombre ==50)
{
printf("nombre = 50\n");
}
else if (nombre <50)
{
printf("nombre < 50\n");
}
else
{
printf("nombre > 50\n");
}
return 0;
}
xxxxxxxxxx
console.log("JavaScript is the most powerful and most efficient language in the world")
//Here's Why
You can manage the Server with this using Node.JS and Express.Js
These are the most famous libs for JS
For Building Mobile App
. React Native and Redux
For Building Windows App
. Electron
For Machine learning
. TensorFlow JS
xxxxxxxxxx
JavaScript, often abbreviated as JS, is a programming language that conforms
to the ECMAScript specification.
JavaScript is high-level, often just-in-time compiled, and multi-paradigm.
It has curly-bracket syntax, dynamic typing, prototype-based object-orientation,
and first-class functions.
xxxxxxxxxx
'Hey'
var you = that;
'You searched'
document.getElementById('javascript').innerHTML = 'Javascript';
var then = 'On...';
alert('grepper!');
xxxxxxxxxx
JavaScript is a Object-Oriented Programming Language. It is very easy, making it high level.
xxxxxxxxxx
Javascript is an interpreted, high level programming language developed and
designed for web development. But now it is extensively being used in various
fields rather than only web development after the development of node js.
Javascript is logical and easy and little bit distracted language - prog255
JavaScript (/ˈdʒɑːvəskrɪpt/), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices.
- Wikipedia
xxxxxxxxxx
<script>
function f1() {
var msg="this is the first program of javascript";
document.write("hello "+msg.length);
}
</script>
xxxxxxxxxx
JavaScript, often abbreviated as JS, is a programming language that is
one of the core technologies of the World Wide Web, alongside HTML and CSS.
As of 2022, 98% of websites use JavaScript on the client side for webpage
behavior, often incorporating third-party libraries.
~ Wikipedia