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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:34:26+00:00 2026-06-04T16:34:26+00:00

var name = someName; if(name !=null) { // do something } I am right

  • 0
var name = "someName";
if(name !=null) {
   // do something
}
  1. I am right now using http://underscorejs.org/#isNull, how would i do
    the same using underscore.js
  2. Does it give any slight improvement in terms of performance for such
    functions.
  • 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-06-04T16:34:28+00:00Added an answer on June 4, 2026 at 4:34 pm

    In underscore, you can use

    if(!_.isNull(name)) {}
    

    and in plain Javascript, you should use

    if(name !== null) {}
    

    You should avoid the loose inequality operator != because it does type coercion and undefined != null will return false.

    Using plain Javascript is slightly faster because it doesn’t have to invoke a function, but it will be imperceptible and it should hardly be a consideration.

    I don’t have a strong preference either way as far as readability goes, but it seems a little excessive and verbose to call a library function for such a simple check.

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

Sidebar

Related Questions

var name = #floatMenu; var menuYloc = null; $(document).ready(function () { menuYloc = parseInt($(name).css(top).substring(0,
Consider the following code: class Foo(var name: String = bar) Now i try to
Say I have something like: var obj = {id: 1, name: Some name, color:
Using the following bit of code: function Node(){ .... function foo(request){ for (var name
Using Underscorejs, would anyone know how to simply replace one attribute of an object?
//dom <div id='toBeCloned'><span>Some name</span></div> <div id='targetElm'></div> //js $(function () { //creating a clone var
var name = 'Mike'; var person = { name: 'John', welcome: function(){ var name
I have this code here: var Person = (function() { var name; var PersonConstructor
between saving a key name like this for(var key in this.data) { var key_name
My code that give long month name instead short name: var monthShortName=$.datepicker.formatDate('MM d, yy',

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.