Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

167
Views
Can you take a look at my document.write in my array

I've been chewing on this array issue for some time now, I'm hoping the community can help me out with this one.

Here is my array setup now in my .js file:

let pokemon=
    [{name: 'Espeon', height: '2\'11"', type: 'Psychic',},
    {name: 'Umbreon', height: '3\' 03"', type: ['Dark', 'normal']}
    ];
    for (let i = 0; i < pokemon.length;
    i++) {
      document.write("Pokemon: " + pokemon[i].name + " | " 
      + " Height: " + pokemon[i].height + "<br />");
    }

console.log(text);

It works in https://replit.com/ ( https://replit.com/@LaurenPortee/HilariousCylindricalSmalltalk#script.js ) but not on my actual webpage. I'm not sure where i'm going wrong here.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!