Skip to content

Instantly share code, notes, and snippets.

@Daniyal-Javani
Last active June 14, 2020 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniyal-Javani/1e7843b97f46a9e7fb370457910253ff to your computer and use it in GitHub Desktop.
Save Daniyal-Javani/1e7843b97f46a9e7fb370457910253ff to your computer and use it in GitHub Desktop.
true == function()
{
var MinPrice = function() {
var min = [ih][0].PriceMin;
var ipos;
for (ipos = 0; ipos < 21; ipos++)
if (min > [ih][ipos].PriceMin)
min = [ih][ipos].PriceMin;
return min;
};
if ((pl) < MinPrice())
{
return true;
} else
{
return false;
}
}()
true == function()
{
if (((pl) )< [ih][22].PriceMin*0.8)
{
return true;
} else
{
return false;
}
}()
@Daniyal-Javani
Copy link
Author

true == function()
{
if (((pl) )< [ih][9].PriceMin*0.91)
{
return true;
} else
{
return false;
}
}()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment