Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
<p id="result"></p>
<script>
var names = ["mohamed", "ahmed", "mahmoud", "karem"];
document.getElementById("result").innerHTML = names.length;
</script>
this will retrun 4