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

308
Views
Javascript: Add a non-functional property to an object by a function?

Think of a chessboard.

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**
;

My aim is to have board.isFull as a property of board, without the round function brackets: board.isFull().

board.isFull should be a value, not a function.

Those won't work:

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

But please: what will work?

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!