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

144
Views
How can I create such a matrix?

I'm new to javascript arrays. How can I create such a matrix?

[0, 1]
[3, 2]
[4, 5]
[6, 7]
[8, 9]
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

A matrix is an array of arrays so just put those arrays into another array, assign it to a variable and you're ready to start using it in any way you want:

let matrix = [
   [0, 1],
   [3, 2],
   [4, 5],
   [6, 7],
   [8, 9]
];
about 4 years ago · Santiago Trujillo Report
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!