Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dexter Huinda

Dexter Huinda

Dexter Huinda has asked 0 questions and find answers to 7 problems.

Stats

113
EtPoint
25
Vote count
0
questions
7
answers

About

$('#personal_profile').ready(function() {
    $('i am:first-child').siblings().append('Family');
    $('my work:current').append('Freelance Web Developer');
});