JavaScript
16 min
YouTube Data API in JavaScript: List Channel Videos
Most 'list YouTube channel videos' tutorials use jQuery + the search.list endpoint — that costs 100 quota units per call (vs 1 for the uploads-playlist trick) and exposes your API key in the browser. This guide does it right: modern fetch + async/await, the playlistItems.list pattern, server-side API key proxying with Cloudflare Workers or Next.js Route Handlers, channel handle → ID resolution, pagination with nextPageToken, and the oEmbed fallback for simple embeds without any API key at all.
JavaScript
2 min
JavaScript Primitive and Non-Primitive Data Types
JavaScript
3 min
JavaScript Conditional Statements: A Guide to Writing Better Code
JavaScript
6 min
25 JavaScript String Methods
JavaScript
9 min
24 Most important JavaScript methods
JavaScript
2 min
Top javascript Array Methods with Examples
JavaScript
1 min
Navigator.sendBeacon() is great method in JavaScript
JavaScript
1 min
JavaScript Short Circuiting: What It Is and How To Use It
JavaScript
2 min
Learn how to extract phone numbers from string in JavaScript
JavaScript
2 min
9 D3.js Patterns & Templates
JavaScript
1 min
Iterate javascript object keys using angularjs ngRepeat
Iterate javascript object keys / properties using angularjs ngRepeat
JavaScript
1 min
Enable and Disable drop down box using angularjs ngDisabled
enable disable dropdown using angularjs ng-disabled. not selectable dropdown using angularjs ngDisabled