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

80
Views
Symbols and cross realms

I found this example on the internet to understand cross realms and Symbols, however, I don't get the output the article states (both print false), am I replicating the example wrong? I want to try it because I want to learn about Symbols and cross kingdoms.

<body>
  <iframe srcdoc="<script>var sharedSymbol = Symbol.for('Shared symbol');</script>"></iframe>
  <script>
    const iframe = document.querySelector("iframe");
    const iframeWindow = iframe.contentWindow;

    // Will print false!
    console.log(iframeWindow.Symbol === Symbol);

    // But will print true!
    console.log(iframeWindow.sharedSymbol === Symbol.for("Shared symbol"));
  </script>
</body>
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!