All Courses

All Courses
Showing 17-17 of 17 results
  • All levels
Free
  • 273 Students
  • 0 Lessons
  • All levels
Free
  • 273 Students
  • 0 Lessons
Ever wanted to learn Arabic, but worried it's too hard? Our online courses make it fun and easy! We start...
document.addEventListener('DOMContentLoaded', function () { console.log('JS loaded'); const urlParams = new URLSearchParams(window.location.search); const srcValue = urlParams.get('src'); console.log('src param:', srcValue); if (srcValue) { const srcInput = document.getElementById('src-param'); console.log('input found:', srcInput); if (srcInput) { srcInput.value = srcValue; } } });