Javascript setTimeout and setInterval method in hindi
setTimeout : setTimeout method javascript में हमें specific time के बाद function को execute करने की अनुमति देता है।.
setInterval : setInterval method हमें एक function को बार-बार execute करने की अनुमति देता है।. और function का execution time के कुछ interval बाद सरु होता है।. उस interval पर उसके बाद उस time interval पर लगातार repeated execute होता रहता है।.
Javascript setTimeout and setInterval method in hindi Read More »










