Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6602433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:52:35+00:00 2026-05-25T18:52:35+00:00

How does a browser go about parsing JavaScript it loads from files or inline?

  • 0

How does a browser go about parsing JavaScript it loads from files or inline? I am trying to get at the core of what a browser does. What happens when a page loads and it has <script> references to external files, and actual JavaScript on the page too. Any good articles out there?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:52:36+00:00Added an answer on May 25, 2026 at 6:52 pm

    This is defined in the ECMAScript standard.

    First the source text (the stuff between the <script> tags) is converted into a series of tokens (according to the Lexical Grammar of the language):

    The source text of an ECMAScript program is first converted into a
    sequence of input elements, which are tokens, line terminators,
    comments, or white space. The source text is scanned from left to
    right, repeatedly taking the longest possible sequence of characters
    as the next input element.

    Read here: http://es5.github.com/#x7

    That series of tokens is treated as a Program, which is then evaluated according to the Syntactic Grammar of the language which is defined in chapters 11 to 14 of the ECMAScript standard.

    The syntactic grammar for ECMAScript is given in clauses 11, 12, 13
    and 14. This grammar has ECMAScript tokens defined by the lexical
    grammar as its terminal symbols (5.1.2). It defines a set of
    productions, starting from the goal symbol Program, that describe how
    sequences of tokens can form syntactically correct ECMAScript
    programs.

    Read here: http://es5.github.com/#x5.1.4

    It starts in chapter 14: http://es5.github.com/#x14


    Note that each <script> element represents a separate JavaScript program.
    Read here: How many JavaScript programs are executed for a single web-page in the browser?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if it is possible to detect whether the browser has closed
Does a tool exist for dynamically altering running javascript in a browser? For example,
Similar to this question , after running the following code the browser dialog does
Does hitting the back button in a web browser cause the session data set
Does anybody know any fine open source cube browser? Ideally, it would be something
Does any know of any free or cheap OSS browser based Flash video player?
A Session is per browser (determined via cookies), but when does an Application start,
I learned Why Request.Browser.Crawler is Always False in C# ( http://www.digcode.com/default.aspx?page=ed51cde3-d979-4daf-afae-fa6192562ea9&article=bc3a7a4f-f53e-4f88-8e9c-c9337f6c05a0 ). Does anyone
Does Google force employees who have offers from Facebook to leave immediately?
I have written a CSS server which does minimization and basic parsing/var replacement. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.