function rating_stars(rating){
var stars = [];
for(i = 0; i < 5; i++){
if(i < rating) {
stars += String.fromCharCode(parseInt('2605', 16));
} else {
stars += String.fromCharCode(parseInt('2606', 16));
}
}
return stars
} Best IT Training Institute for Software, Networking, Hardware and for all courses are delivered by Techavera. We have certified and 8+ years experienced trainers.