30 seconds of code provides a curated collection of short code snippets for all your development needs. Our collection spans many topics, ranging from simple coding problems to theoretical concepts and development techniques.
Git, Branch
Switches back to the last branch.
Git, Branch
Prints the current status of the working tree.
Python, String
Returns the length of a string in bytes.
Python, String
Capitalizes the first letter of every word in a string.
Python, String
Generates a string with the given string value repeated n
number of times.
JavaScript, Math
Checks if two numbers are approximately equal to each other.
JavaScript, Math
Converts an angle from degrees to radians.
JavaScript, Math
Checks if the first numeric argument is divisible by the second one.
JavaScript, Math
Checks if the given number is even.
JavaScript, Math
Checks if the given value is equal to negative zero (-0
).
JavaScript, Type
Checks if the specified value is null
or undefined
.
JavaScript, Type
Checks if the specified value is null
.
JavaScript, Math
Checks if the given number is odd.
JavaScript, Math
Checks if the given number is a power of 10
.
JavaScript, Math
Checks if the given number is a power of 2
.