Category: Javascript
Unit test your implementation of third party libraries
Per “unit tests should be written regardless,” I do think it’s easier, as I think the unit test will already be written, making the use…
What’s a Method in JavaScript?
1. What is a method Let’s define and call a regular function: function greet(who) { return `Hello, ${who}!`; } greet(‘World’); The function keyword followed by…
How to go back on previous url with previous information using javascript function?
I am sharing some information here, maybe you will get this much space.Many times we perform such functionality in which the last information is lost…
Note-CLI – Markdown Indexing and Full Text Searching for Advanced Note Takers
Thanks for sharing your open source project, but it looks like you haven’t specified a license. When you make a creative work (which includes code),…
Github like Calendar Heatmap(Contribution Summary) built from Scratch using React – JSitor
Very cool! Minor suggestion: instead of Array.from(new Array(n)) to get an array of n length filled with undefined, use Array.from({ length: n }). If you…
numberfmt – native numeric formatting using a text pattern
JS provides powerful number formatting with the standard built-in object Intl.NumberFormat, but we found its API a little verbose and hard to grasp. We took…
How to use simply dev community recent posts as feed?
Dev is a community of software/web developers getting together to assist each other. We can’t be active all time over community so don’t miss creative…
3 ways to deploy React apps to Netlify
Over the past few years, Netlify has easily worked its way into the hearts and minds of many developers. Some developers consider Netlify to be…
Your /r/javascript recap for the week of December 21 – December 27
Monday, December 21 – Sunday, December 27 Top Posts Most Commented Posts Top Ask JS score comments title & link 20 4 comments…
Eleventy Duo
Eleventy Duo is a production-ready and SEO-friendly starter for building a blog or personal website. Comes with a customizable duotone theme, minimal and clean design….
Recent Comments