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

135
Views
How do I instantiate an object with a string extracted from input?

I have an input area in my HTML.

<input id="bookTitle" type="text">

Now, my javascript look like this:

function Book(title){
  this.title = title;
}

function addToLibrary(){
  const title = document.querySelector("#bookTitle").value;
  const book = new Book(title) // replace the book variable name with the value of title
}

How do I make it so that the instead of the instantiating Book Class with variable book, I instantiate it with the value of title itself.

For Example,

If my input has value "Hobbit", I want Hobbit to be the variable name instead of book.

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!