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

185
Views
cómo representar una matriz anidada como tabla en node.js

Tengo una matriz anidada que es temporal y no sé cómo reproducirla como una tabla cuando intento representar los datos, no aparece en absoluto.

 var express = require('express'); var app = express(); var PORT = 3000; // View engine setup app.set('view engine', 'ejs'); // With middleware app.use('/', function(req, res, next){ let temp = [["hi",10],["cool",5],["nice",8],["neat", 5]] res.render('User', { title: 'Express', data: temp}) next(); }); app.get('/', function(req, res){ console.log("Render Working") }); app.listen(PORT, function(err){ if (err) console.log(err); console.log("Server listening on PORT", PORT); });
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!