Know any good JS Editor?

Discussion in 'JavaScript' started by Betty_S, Feb 1, 2007.

  1. #1
    Hi folks!

    Surely you know how frustrating one missing comma can be!

    Currently, I'm using FrontPage or Dreamweaver but there are not the answer!

    I'm looking for a good and well known JS Editor which will alert me in case something is wrong with the code.

    Thanks.
     
    Betty_S, Feb 1, 2007 IP
  2. rays

    rays Active Member

    Messages:
    563
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    rays, Feb 2, 2007 IP
  3. pbmods

    pbmods Guest

    Messages:
    18
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What works really well for me is to code and test, code and test. Most browsers have a reasonably good JavaScript console which will allow you to inspect and debug at runtime.

    To catch formatting errors, I rely on BBEdit.
     
    pbmods, Feb 5, 2007 IP