Let's just say, I am simply enjoying my programming...
(Mainly using JavaScript
/TypeScript
, HTML
/CSS
, PHP
, Java
, Python
/Jython
, SQL
, and some Bash
.)
(Angular enthusiast!!!)
(Thrilled about Node.js
for all the right reasons...)
I used to get majorly frustrated by people getting their questions answered and their problems solved, but never "accepting" an answer :(
(UPDATE: As of 2013-10-27, I was still not used to it...)
(UPDATE: As of 2014-01-10, I was sort of starting to get somewhat used to it...)
(UPDATE: As of 2014-04-16, it was official: I was somewhat used to it!)
(UPDATE: As of 2014-09-30, I was almost there: Bothered not more than a tiny little bit!)
So:
If any of the answers helped you solve your problem, please **[mark it as "accepted"](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work)**, so users facing a similar problem in the future will be able to spot it easily.
Thank you!
Just stating the obvious (and making it less obvious - for obvious reasons):
const email = [
['kalpak' + 'as', 'g'].join('.'),
['gmail', 'com'].join('.')
].join('@');
FAVORITE ANSWERS:
bobince on RegEx match open tags except XHTML self-contained tags (StackOverflow)
TheTXI on The many memes of meta (MetaStackOverflow)