Skip to content
Nawaz Shaik
  • Home
  • Technology
  • Apps
  • More
    • Stock Market
    • Chords
    • LifeHacks
    • About
    • Contact
    • Privacy Policy
    • Terms And Conditions

prime numbers

Javascript Program To Print Numbers From 0 to 50

January 7, 2024December 27, 2022 by admin
print numbers

This is a simple Javascript function to print numbers from 0 to 50. I am going to use arrow function to print the values. const print = (number) => { for(let i=0;i<=number;i++) { console.log(i); //or document.write(i) //you can use if you want to print in broswer } } You can call this print method by … Read more

Categories Technology, Web Tags javascript, prime numbers Leave a comment

Recent Posts

  • Anuvanuvu Guitar Chords – Om Bheem Bush Movie
  • Blue Guitar Chords – Yung Kai
  • Onsite- PHP Developer opportunity with Logas, Tamilnadu – Chennai
  • Onsite- IOS App Developer opportunity with mSELL, Uttar Pradesh- Noida
  • Onsite- Mulesoft Developer Intern opportunity with Finding Candidate, Bengaluru
© 2025 Nawaz Shaik