Viewing profile — ziad-saab
ziad-saab
HN member- Joined
- Mon, Jun 22, 2015, 2:55 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About ziad-saab
No profile information was provided.
Recent public activity
-
comment
Comment #13027532
You can also write: a = 1 > 0 ? "Yay" : "Nay"
-
comment
Comment #10312743
When the same thing happened to me, it turned out I had a `ReferenceError` higher up in the code. Tonicdev notebook will stop evaluating code as soon as an error occurs, like any r…
-
comment
Comment #10095283
One of my favourite ones: public static function encryptPassword($password) { return strrev(sha1(strtolower($password)).sha1(strtoupper($password))); }
- story