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 6127501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:31:00+00:00 2026-05-23T16:31:00+00:00

function findCount(req,res, s){ count = s.length; //count was not initialized! Causes problems. res.send(count); }

  • 0
function findCount(req,res, s){
     count = s.length; //count was not initialized! Causes problems.
     res.send(count);
}

In Node.js, this code causes problems when there are a lot of hits, since I didn’t add “var” before count.

I’m afraid that I forget to add var to initialize my variables.

Is there a way to scan my code and determine, for each function, which variables were not initaizlied?

Better yet: Is there a way to automatically initialize all variables inside each function?

  • 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-23T16:31:01+00:00Added an answer on May 23, 2026 at 4:31 pm

    Have you used JSLint? It parses J-script for you, it’s very useful. You can find the online version here.

    It would give you something like :

    “Problem at line 1 character 1: ‘count’ was used before it was defined”

    Hope that’s what you’re after

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

Sidebar

Related Questions

I am using the following jQuery functionality to count words in real time: $(input[type='text']:not(:disabled)).each(function(){
function Obj1(param) { this.test1 = param || 1; } function Obj2(param, par) { this.test2
in my application there is a small part of function,in which it will read
Here is the code: Function getData(ByVal id As String) Dim reader As SqlClient.SqlDataReader Dim
For some reason, onreadystatechange call back function is not being called in asynchronous mode.
function runProcess(){ var todo = items.concat(); setTimeout(function(){ process(todo.shift()); if(todo.length > 0){ setTimeout(arguments.callee, 25); }
I have this piece of code which is throwing a Null Pointer exception at
I'm working on asp.net website. I'm not able to count the only null values
function Activity() { this.LoadFile = function (path, targetElement) { $.ajax({ url: path, dataType: 'html',
function returnsAnArray () { return array ('test'); } echo returnsAnArray ()[0]; generates a syntax

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.