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

106
Views
How get the const and put in mysql database

I'm using FingerprintJS to get the ID of a user, and right now, I'm only able to output the ID in the console. How can I add the result to a table?

Here's my code:

// Initialize the agent at application startup.
const fpPromise = import('https://fpcdn.io/v3/Xhk2W83F3F8jStNRz99k')
  .then(FingerprintJS => FingerprintJS.load())
  
// Get the visitor identifier when you need it.
fpPromise
  .then(fp => fp.get())
  .then( Result  => {
    // This is the visitor identifier:
    const visitorId =  Result.visitorId
    console.log(visitorId)
  })
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!