JavaScript
How to Find the Odd Numbers in an Array with JavaScript
ArrayCodingProgramming
Why You Should Use SurveyJS Instead of Google Forms
SurveyJS has speed, customization, and scalability in a free and open-source package
JavascriptFormsSurvey
JavaScript Dot Notation vs. Bracket Notation: Which to Use When
The difference between Dot Notation & Bracket Notation, and when you should use each one.
JavaScriptDot notationBracket Notation
Make a Rich Text Editor with JavaScript in 5 Minutes
Making rich text editor in 100 lines of code
Text editorProgrammingJavascript
5 Free Courses for Students to Learn JavaScript in 2022
JavaScriptWeb Development
27 JavaScript Data Visualization Libraries for 2022
Libraries for beautiful charts, graphs, and data visualization for your JS applications.
JavascriptData
How to Upload Large Files Using Plain JavaScript
A guide on implementing a large file upload and breakpoint resume — solving an interview problem.
JavascriptWebdevWeb development
What is “void 0” in JavaScript?
Is it similar to undefined? Should we avoid it or not?
JavascriptProgrammingWeb development
How to Use the JavaScript Nested Ternary Operator
JavascriptProgrammingWeb development
2 JavaScript Approaches to Encode/Decode HTML Entities
No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.
JavascriptHtmlRegex