Ethiotelecom Logo
Results

Course Price

299 Birr

    Duolingo English Practice Test

    access on the mobile app

    3 hours on-demand video

    practice based


Course Price

199 Birr

    Introduction To Calculus

     Limits & Continuity

     Derivatives, including all of the derivative rules

     Applications of Derivatives

     


Course Price

249 Birr

    JavaScript Web Testing with Cy...

    • Get started with web testing
    • Downloadable resources
    • Hands-on tutorial
    • Certificate of completion

Course Price

189 Birr

    Guide To SEO


    * 2 Hours contents
    * Downloadable resource on demand
    * Certificate Upon Completion


Course Price

199 Birr

    Accounting for Non-Accountants

    Course Includes:
    * 2 Hours Content
    * Downloadable resource on demand
    * Certificate upon completion


Course Price

199 Birr

    Logic and Critical Thinking

    * 3 Hours Content
    * Downloadable resource on demand
    * Certificate upon completion


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "vOIdmzIMXl7obRpbfdbgGdTtSCIBRyUfxtfgX2NO" }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) // SendData(); } }); $('#btn-search').click(function(e) { $.ajax({ // headers: { // 'X-CSRF-TOKEN': "vOIdmzIMXl7obRpbfdbgGdTtSCIBRyUfxtfgX2NO" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });