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

307
Views
Javascript: ¿Agregar una propiedad no funcional a un objeto mediante una función?

Piensa en un tablero de ajedrez.

 let board = new Array(8); for (let i = 0; i < board.length; i++) board[i] = new Array(8).fill(undefined); board.put = function(arr, token) { ... } board.print = function() { ... } board.isFull = **result of a function but NOT A FUNCTION** ;

Mi objetivo es tener board.isFull como una propiedad de board, sin los corchetes de la función redonda: board.isFull().

board.isFull debe ser un valor, no una función.

Esos no funcionarán:

 board.isFull = { ... } board.isFull = return { function(...) }

Pero por favor: ¿qué funcionará ?

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!