Are you lazy enough to repetitive typing in your emails, web apps, content management etc and be more productive with work? Use Auto Text Expander Prokeys for chrome. It's Awesome!
Try it from below URL
https://chrome.google.com/webstore/detail/prokeys/ekfnbpgmmeahnnlpjibofkobpdkifapn?hl=en
Thursday, February 15, 2018
Friday, February 2, 2018
What is the difference between toString() and join() in JavaScript
There is a very subtle difference. Example codes below explain much better than lengthy paragraphs.
I am using Node command terminal to work on the example(cleared earlier commands using ctrl+l).
The example in the order of execution from the command prompt:
1. Assign an array of integers to a variable x.
2. Display the content of variable
3. Use of toString()
4. Use of toJoin() - we can see there is no difference in the result. However, join function can take parameter defining the type of delimiter. The default parameter is ",".
5-7. Use of different delimiters

I am using Node command terminal to work on the example(cleared earlier commands using ctrl+l).
The example in the order of execution from the command prompt:
1. Assign an array of integers to a variable x.
2. Display the content of variable
3. Use of toString()
4. Use of toJoin() - we can see there is no difference in the result. However, join function can take parameter defining the type of delimiter. The default parameter is ",".
5-7. Use of different delimiters
Thursday, February 1, 2018
Lazy to pick mouse to scrawl through site? - Go Vimium
Oh yeah... I am lazy to do things, things which are repetitive which can be either automated or have a better way of doing it. And I mostly get rid off using the mouse while programming but had no choice while browsing through a site. And then what - I searched for a workaround and came across this - Vimium. It's awesome! Try!
The link for this cool chrome extension is below
http://vimium.github.io/
The link for this cool chrome extension is below
http://vimium.github.io/
Subscribe to:
Posts (Atom)